Create API Token
Creates API key.
Query Parameters
descriptionstring
Optionally provide a description for the API token.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"token": {
"DateCreated": "0001-01-01T00:00:00",
"Token": "igpnedehlkryvkpaszdm3jhyn-us-1",
"Description": "description",
"TenantId": 0
}
}
}
HTTP Response Parameters
tokenobject
The API token that was created and assigned to the tenant.