UnauthorizedResponse
Response schema for unauthorized requests
errors object[]required
Array [
detailstringrequired
Error message
statusstring
HTTP status code
titlestring
Error title
]
UnauthorizedResponse
{
"errors": [
{
"detail": "Unauthorized",
"status": "401"
}
]
}