Skip to main content
POST
/
v1
/
authorize
curl
curl -X 'POST' \
  'https://production.deepvue.tech/v1/authorize' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d 'client_id=CLIENT_ID&client_secret=YOUR API KEY'
{
  "access_token": "<string>",
  "token_type": "<string>",
  "expiry": "<string>"
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Body

application/x-www-form-urlencoded
client_id
any
required
client_secret
any
required

Response

Successful Response

access_token
string
required
token_type
string
required
expiry
string
required