latestOpenAPI 3.1.02026-08-085123123.9 KB

bf0b51ee8e8a

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

tokenUniqueIdstring
tokenstring
expirationstring

Example response

{
  "tokenUniqueId": "thisIsTheUniqueKeyOfTheToken",
  "token": "ThisIsTheTokenContent",
  "expiration": "2032-01-01 12:34:56"
}