Passer au contenu

đŸ§‘â€đŸ’» Generate a Desktop Token

RequĂȘte

Sécurité
APIKeyHeader
Chemin
client_idstring(Client Id)obligatoire
curl -i -X POST \
  'https://pdp.seqino.dev/api/clients/{client_id}/desktop_token' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Réponses

Desktop Token created successfully

Corpsapplication/json
token_idstring or null(Token Id)
Any of:

PDP Desktop Token ID (sponsor ID of the desktop token app)

string
client_idstring(Client Id)obligatoire

PDP Client ID associated to the Desktop Token (belongs to the parent sponsor)

created_atstring, (date-time)(Created At)obligatoire

When the Desktop Token was created

updated_atstring or null(Updated At)
Any of:

When the Desktop Token was last updated

string (date-time)
api_keystring(Api Key)obligatoire

Desktop Token API key secret

portal_urlstring(Portal Url)obligatoire

Application Dashboard on Developer Portal

Response
{ "token_id": "string", "client_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "api_key": "string", "portal_url": "string" }