HTTP Codes
Code
Meaning
Fix
400
Bad request (Usually implies there are missing fields)
Make sure all necessary fields are provided.
401
Unauthorized
Make sure you add the bearer token to the headers.
500
Internal Server Error
Request correctly received, but an unexpected error occurred. Try again later.
Last updated
Was this helpful?