Read DaVinci SDK Token
GET {{orchestratePath}}/company/{{envID}}/sdktoken
The GET {{orchestratePath}}/company/{{envID}}/sdktoken
endpoint returns a DaVinci SDK token, which is required for many /authorize
and /start
requests. The {{envID}}
variable in the request URL is the DaVinci company ID.
Note: This request uses an API Key to authenticate the request. The request takes an HTTP X-SK-API-KEY
header and the value is set to the DaVinci application's API Key value.
RESPONSES
status: OK
{"capabilityName":"createTokens","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IkpoRkpRdVo4ZkdwTDkxQnNRMXM3d0ZSb0h3ZFpuNzBvNU10Q0o1U3B4blUifQ...","token_type":"Bearer","expires_in":1800,"success":true}