Status Codes
Status Code | Status | Code | Description |
---|---|---|---|
200 | OK | SUCCESS | Everything worked as expected. |
201 | Created | RESORUCE_CREATED | Resouces is created. |
400 | Bad Request | BAD_REQUEST | The request was unacceptable, often due to missing a required parameter. |
401 | Unauthorized | UNAUTHORIZED | No valid API key provided. |
Updated 6 months ago
What’s Next