Skip to main content
GET
/
document
/
v1beta1
/
creation-token
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/document/v1beta1/creation-token \
  --header 'Authorization: Bearer <token>'
{
  "kind": "<string>",
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiTokenDocumentCreation response

kind
string
token
string