Me

get

Returns information about authenticated user.

Authorizations
Responses
200
Success
get
GET /api/_public/v1/me HTTP/1.1
Host: app.ocoya.com
X-API-Key: YOUR_API_KEY
Accept: */*

No content

Sample response

{
    "id": "clx354swx0006ghoatnjknv98",
    "name": "Ocoya Support",
    "email": "[email protected]"
}

Last updated