π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
AuthorizationstringRequiredExample:
Secret Token for user authentication
{"value":"Token tk-abcdef-uhhgggggf-yygfff"}Body
valid_uptointeger Β· max: 30RequiredExample:
15Responses
200
token reallocated successfully
application/json
400
Bad request - token reallocation failed
application/json
500
Internal server error
application/json
post
/api/v1/reallocate-tokenLast updated