cURL
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 } }
Get a single idea by ID.
API key authentication. Generate an API key from your workspace settings.
Idea ID (UUID)
Idea details
Content idea that can be converted to a calendar post
Show child attributes
Was this page helpful?