Search Results :
×In this method, The API key is sent as "Authorization_key" via request header. You can refer to the example below.
Authentication Parameters | { "username":"##username##", "password":"##password##" } |
Status | Name of field in the server response that contains the status code |
Staus Message | Name of the field that gives the description of the status in the response |
In this method, The API key is sent as "api_key" parameter in the POST body as JSON.
To configure your provider to send API key as a field in request body, you can refer below.
Authentication Parameters | { "api_key":"value", "username":"##username##", "password":"##password##" } |
Put the API key value that you copied in step 1 in place of 'value'. |
Status | Name of field in the server response that contains the status code |
Staus Message | Name of the field that gives the description of the status in the response |