Skip to main content
POST
/
v1
/
team
/
reconcile-canonical-assets
Queue cross-integration canonical_id reconciliation (Wirespeed internal only)
curl --request POST \
  --url https://api.wirespeed.co/v1/team/reconcile-canonical-assets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "scopes": [
    "users"
  ]
}
'
{
  "accepted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Optional scopes only. Reconciliation targets the current team, not a team id in the body.

scopes
enum<string>[]

Which asset kinds to reconcile for the current team (from auth context). When omitted, both directory users and endpoints are included.

Available options:
users,
endpoints

Response

accepted
boolean
required

Job was accepted onto the background queue