Ocoya API
Visit Ocoya
  • Getting Started
    • Introduction
    • Quick Start
  • Fundamentals
    • Authentication
    • Rate limits
    • Limitations
      • Date limitations
      • URL file limitations
      • Pagination limitations
  • Endpoints
    • Me
    • Workspaces
    • Social profiles
    • Posts
      • List posts
      • Create post
      • Update post
      • Delete post
  • Change log
    • 2025-05-16
    • 2024-10-10 (breaking)
  • Extra
    • HTTP status codes
Powered by GitBook

Last updated 7 days ago

Sample response

{
    "id": "clx354swx0006ghoatnjknv98",
    "name": "Ocoya Support",
    "email": "support@ocoya.com"
}

Me

get

Returns information about authenticated user.

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

No content