GetMe

Identifies the user account that is currently using an access token. For details about access tokens, see GetToken.

Syntax

Copy
GET <<i>host_address</i>>/api/Authorize/GetMe?access_token=<<i>access_token</i>>    
 
Parameter Description
host_address URL of the FintechOS platform server.
access_token Access token used to connect to the API endpoint. For details, see GetToken.

Response

Copy
{
    "name": "host",
    "id": "4afdc8a9-eb91-4359-81d6-c3a462fae866"
}
 
Key Description
name Username for the user account that is currently using the access token.
id System user ID (unique internal identifier) for the user account that is currently using the access token.

Examples

Errors

Error 404 - Not Found

Error 500 - Internal Server Error