GET api/v1/user/id
Gets the user identifier from token in header.
Request Information
Headers
URI Parameters
None.
Body Parameters
None.
Response Information
Headers
Resource Description
Application Status - Result, Status code, Message, {id}
Application Accept - AA, 200, OK, {id}
Application Reject - AR, 400, Failed to get user id
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
Result of the response |
string |
None. |
| Message |
Additional information of the response |
string |
None. |
Response Formats
application/json
Sample:
{
"Result": "sample string 1",
"Message": "sample string 2"
}