Tokens
Generate an API token
Generate a token that will be associated to your account and be used to call this API.
post/tokens
Response
The newly generated API token
Example response
{
"tokenUniqueId": "thisIsTheUniqueKeyOfTheToken",
"token": "ThisIsTheTokenContent",
"expiration": "2032-01-01 12:34:56"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.