REST API
General Information
Permissions
Error Response for Requests Made By Users Without Permission to Access
401 UNAUTHORIZED{
"code": 401,
"message": "user does not have access"
}Last updated