Authorizations
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
Body
application/json
Response
200 - application/json
OK
Generic container for all service responses
{
"isSuccess": true,
"message": "<string>",
"payload": [
"<string>"
]
}
{
"isSuccess": true,
"message": "<string>",
"payload": [
"<string>"
]
}
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
OK
Generic container for all service responses
Was this page helpful?