Skip to main content
GET
/
profiles
/
engagement
List engagement profiles
curl --request GET \
  --url https://app.tryordinal.com/api/v1/profiles/engagement \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "550e8400-e29b-41d4-a716-446655440002",
    "name": "Acme Marketing",
    "detail": "@acme_marketing",
    "channel": "Twitter",
    "profileImageUrl": "https://pbs.twimg.com/profile_images/example.jpg",
    "isReintegrationRequired": false,
    "createdAt": "2025-07-20T14:30:00.000Z",
    "createdBy": {
      "id": "550e8400-e29b-41d4-a716-446655440010",
      "email": "[email protected]",
      "firstName": "John",
      "lastName": "Doe"
    }
  }
]

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Response

List of engagement profiles

id
string<uuid>
name
string | null
detail
string | null
channel
enum<string>
Available options:
LinkedIn,
Twitter,
Instagram,
Facebook,
Threads,
TikTok,
Discord,
Slack,
Webflow,
YouTubeShorts
profileImageUrl
string | null
isReintegrationRequired
boolean
createdAt
string<date-time>
createdBy
object