Authentication
Description
Usage
x-api-key: {your_api_key}GET {{baseUrl}}/api/user/respondent/availability HTTP/1.1
x-api-Key: abcdef1234567890
Content-Type: application/jsonError Response
{
"success": false,
"traceId": "string",
"error": {
"code": "UNAUTHORIZED",
"message": "Your request is unauthorized. Please ensure you have the correct credentials and try again.",
"errors": []
},
"metadata": {},
"result": {}
}Last updated