Skip to main content
POST
/
api
/
skills
/
sync
Sync Skills
curl --request POST \
  --url https://api.example.com/api/skills/sync \
  --header 'X-Session-API-Key: <api-key>'
{
  "status": "success",
  "message": "<string>"
}

Authorizations

X-Session-API-Key
string
header
required

Response

200 - application/json

Successful Response

Response from skill sync operation.

status
enum<string>
required
Available options:
success,
error
message
string
required