πŸ”Access Tokens

Tokens are provided upon registration, additional endpoints are prvided to re-allocate the access token where a new token will be issued, revoking the old token. A time period of validity is provided where both tokens will be active when requesting a new token.

Reallocate Token

post
Header parameters
AuthorizationstringRequired

Secret Token for user authentication

Example: {"value":"Token tk-abcdef-uhhgggggf-yygfff"}
Body
valid_uptointeger Β· max: 30RequiredExample: 15
Responses
200

token reallocated successfully

application/json
post
/api/v1/reallocate-token

Last updated