Errors
Error response example:
{
"jsonapi": {
"version": "1.1"
},
"errors": [
{
"status": "401",
"title": "Unauthorized",
"detail": "You are not authorized to perform this action."
}
]
}Last updated