Create Token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Payload for creating a token

string
required
length between 12 and 36

Provided upon receiving API access; unique ID for your application associated with your Authvia Account.

string
required

The intended audience for the token, always set to api.authvia.com/v3

number
required

UTC time in seconds, must be within 5 seconds of the server's current time (Epoch format).

string
required

HMAC SHA256 encryption of {signature_value}.{signature_value.length}.{timestamp}. see (authentication)[authentication#signature-logic]

string
required
length between 16 and 1024

A random string, minimum 16 characters. Used to create the signature hash, excluding length or timestamp.

string
length ≄ 5

Space-separated permissions for the token. Refer to documentation for valid scopes.

string | number

Overrides default token expiration. Format examples: '5m' for 5 minutes, '1d' for 1 day.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json