/
đ§âđ» Generate a Desktop...
- Dev serverhttps://pdp.seqino.dev/api/clients/{client_id}/desktop_token
- Production serverhttps://pa.seqino.com/api/clients/{client_id}/desktop_token
curl -i -X POST \
'https://pdp.seqino.dev/api/clients/{client_id}/desktop_token' \
-H 'Authorization: YOUR_API_KEY_HERE'Desktop Token created successfully
Any of:
PDP Desktop Token ID (sponsor ID of the desktop token app)
string
PDP Client ID associated to the Desktop Token (belongs to the parent sponsor)
Any of:
When the Desktop Token was last updated
string (date-time)
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" }