Pomanda Api

PythonC#JSRubyPHP

Authentication

An Authentication Token is required to access all endpoints within the API and must be included in the Authorization header as proof of authenticity. Authentication tokens will be valid for 1 hour from the time of creation, multiple tokens may exist concurrently.

Request

Method:

POST

EndPoint:

[DATA_SERVICE_API_ORIGIN]/v1/authenticate

Header:

Content-Type: application/json

Parameters:

userId: string (required)
password: string (required)

Response

200 Success: The request was successful, and a token will be returned in the response body.
401 Unauthorised: User Id & Password combination is not valid
429 Too Many Requests: If you receive this error, it indicates that your requests have exceeded the rate limit. Please wait for the rate limit to reset before retrying. If the issue persists contact support for further assistance.