ReferenceUsers
Get Current User Profile
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/users/me"{
"city": "string",
"countryCode": "string",
"createdAt": "2019-08-24T14:15:22Z",
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"locale": "string",
"postalCode": "string",
"profilePictureUrl": "string",
"timezone": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}