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": "clg0798ui00058k99f9nq6vtt",
        "provider": "twitter",
        "name": "ocoya_com"
    },
    {
        "id": "clx3dyer50005139c0zlsvenh",
        "provider": "instagram",
        "name": "ocoya"
    }
]

List all connected social profiles

get

Returns information about all connected social profiles

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

No content