Skip to main content
GET
/
profiles
/
scheduling
List scheduling profiles
curl --request GET \
  --url https://app.tryordinal.com/api/v1/profiles/scheduling \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "550e8400-e29b-41d4-a716-446655440001",
    "name": "John Doe",
    "detail": "Product Manager at Acme Inc",
    "channel": "LinkedIn",
    "profileImageUrl": "https://media.licdn.com/dms/image/example.jpg",
    "isReintegrationRequired": false,
    "isLeadsScrapingEnabled": true,
    "createdAt": "2025-06-15T09:00:00.000Z",
    "createdBy": {
      "id": "550e8400-e29b-41d4-a716-446655440010",
      "email": "john@acme.com",
      "firstName": "John",
      "lastName": "Doe"
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

List of scheduling 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
isLeadsScrapingEnabled
boolean