Create an access token for the current user
POST /api
Response
200 — Contains the created access token.
AccessTokenstring
Minimum length 1.
Example Response
JSON
{
"AccessToken": "string"
}POST /api
Response
200 — Contains the created access token.
AccessToken stringExample Response
{
"AccessToken": "string"
}Was this page helpful?