Authorizations
The app API key from an app from the /dashboard/developer page
Body
Parameters for CreateAccessToken
Array of desired scoped actions for the access token. This list must be a subset of the API keys's existing permissions. Otherwise, an error will be raised.
Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.
The ID of the target resource (Company, User, etc.) for which the access token is being created.
The type of the target resource (company, user, product, experience, etc.).
company, product, experience, app, user The expiration timestamp for the access token. If not provided, a default expiration time of 1 hour will be used. The expiration can be set to a maximum of 3 hours from the current time.
"2023-12-01T05:00:00.401Z"

