Skip to main content
GET
/
ideas
/
{id}
Get idea
curl --request GET \
  --url https://app.tryordinal.com/api/v1/ideas/{id} \
  --header 'Authorization: Bearer <token>'
{
  "idea": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "url": "https://app.tryordinal.com/workspace/ideas/550e8400-e29b-41d4-a716-446655440000",
    "title": "My Idea",
    "channels": [
      "LinkedIn"
    ],
    "status": "Idea",
    "createdAt": "2026-02-18T14:30:00.000Z",
    "updatedAt": "2026-02-18T14:30:00.000Z",
    "linkedIn": {
      "profile": {
        "id": "660e8400-e29b-41d4-a716-446655440000",
        "name": "John Doe",
        "detail": "johndoe"
      },
      "copy": "This is my idea content for LinkedIn",
      "assets": []
    },
    "x": null
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Idea ID (UUID)

Response

Idea details

idea
object

Content idea that can be converted to a calendar post