POST Get Auth Keys
Request Attributes
API Content Type: JSON
body
ATTRIBUTE | DESCRIPTION |
---|---|
appKey
string(52)
mandatory
|
Example:
It is the app-key.
41b55ea2-1f9c-456a-87af-192023083858 |
secret_key
string(52)
mandatory
|
Example:
It is the secret key.
7ERWVKV6V0X2FJ0BX8N1673253536538 |
user_id
string(52)
mandatory
|
Example:
It is the User UID.
USRYJDXTRAXGKBJC0YQ1673253536537 |
Response Attributes
API Content Type: JSON
body
ATTRIBUTE | DESCRIPTION | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
statuscode
string(3)
|
This is the status code corresponding to a particular message and is returned to the user.
The different status codes corresponding to this API are mentioned below
Example: 200
|
||||||||||
status
boolean
|
This parameter indicates the status of API call.
Possible Values: true or false
|
||||||||||
|
Response Codes and Messages
statuscode | status | Description |
---|---|---|
200
|
true
|
Success |
401
|
false
|
Your Session has expired |
409
|
false
|
Conflict has occured |
422
|
false
|
Invalid parameter |
500
|
false
|
System error |