Skip to main content
POST
/
api
/
v1
/
external-sync:generate-token
GenerateToken
curl --request POST \
  --url https://your-sift-api-url.com/api/v1/external-sync:generate-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "externalSync": {
    "organizationId": "<string>",
    "mostRecentSyncDate": "2023-11-07T05:31:56Z",
    "mostRecentSyncByUserId": "<string>",
    "scimServerUrl": "<string>",
    "tokenCreatedDate": "2023-11-07T05:31:56Z",
    "tokenLifetimeSeconds": 123,
    "mostRecentTokenByUserId": "<string>"
  },
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json · object

Response

A successful response.

externalSync
object
required
token
string
required