Ocoya API
Search
K
Comment on page

Me

Returns information about authenticated user.
get
https://app.ocoya.com/api/_public/v1
/me
Me

Returns information about authenticated user.

Parameters
No parameters
Responses
200: OK
Success
500: Internal Server Error
Unknown error

Sample response

1
{
2
"name": "Ocoya Support",
3
"email": "[email protected]"
4
}