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
}Always runs for the current team from the authenticated request (CLS teamId); the job payload does not accept a team id. FunctionService.sendJob attaches that team id to the background job.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional scopes only. Reconciliation targets the current team, not a team id in the body.
Which asset kinds to reconcile for the current team (from auth context). When omitted, both directory users and endpoints are included.
users, endpoints Job was accepted onto the background queue