Glossary

1. Conventions

  • Client - Client application

  • Status - HTTP status code of response

  • All the possible responses are listed under ‘Responses’ for each method. Only one of them is issued per request server.

  • All response are in JSON format or string format.

2. Status Codes

All status codes are standard HTTP status codes. The below ones are used in this API.

  • 2XX - Success of some kind

  • 4XX - Error occurred in client’s part

  • 5XX - Error occurred in server’s part

Status Code

Description

200

OK

403

Forbidden

500

Internal Server Error

Last updated

Was this helpful?