ReferenceAuth
Me
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/auth/me"{
"session": {
"authMethod": "bearer",
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string"
},
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"sessionId": "f6567dd8-e069-418e-8893-7d22fcf12459",
"tokenType": "session"
},
"user": {
"email": "string",
"emailVerified": true,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"profilePictureUrl": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}