Errors
General Payload Structure
Each error response follows a consistent JSON structure:
System Error
Status Code:
500
Message:
"Oops! Something went wrong"
Example:
Temporary Unavailability
Status Code:
401
Message:
"Please try in some time!"
Example:
Invalid Request
Status Code:
401
Message:
"Invalid Request"
Example:
Last updated