Skip to main content
POST
/
drives
/
{driveName}
/
access-token
Create drive access token
curl --request POST \
  --url https://api.blaxel.ai/v0/drives/{driveName}/access-token \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "<string>",
  "expires_in": 123,
  "token_type": "Bearer"
}

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

driveName
string
required

Response

successful operation

access_token
string
expires_in
number
token_type
string
Example:

"Bearer"