token
Add authentication token
post/token/auth
Request body
Example request
{
"data": [
{
"active": true,
"create_date": "2021-10-01T17:36:21.80063Z",
"creator_guid": "ced47b64-ae93-417b-9e1b-8dd1b1410807",
"expire_date": "2021-10-09T17:36:21.80063Z",
"guid": "9e4afbd5-7453-415d-b2d4-181057afbfe5\"",
"lastusage_date": "2021-10-08T17:36:21.80063Z",
"limit_calls": 1000,
"name": "JGoolsby-Api",
"usage_calls": 1,
"user_object": {
"email": "JGoolsby@example.com",
"firstname": "James",
"id": 1000,
"lastname": "Goolsby",
"partid": 10,
"enabled": true,
"usergroup": "admin",
"username": "JGoolsby"
}
}
]
}Response
AuthTokenCreateSuccessfulResponse
Example response
{
"data": {
"token": "xeCbhpWTrjvJTsTvhTdDXHyXnKTFNecRndhXTiXvDCtdmpeFyvWGxsufJzwyyEXrxuqdAZlTaVmbufdG"
},
"message": "successfully created auth token"
}