Skip to main content
POST
/
posts
/
{id}
/
unarchive
Unarchive post
curl --request POST \
  --url https://app.tryordinal.com/api/v1/posts/{id}/unarchive \
  --header 'Authorization: Bearer <token>'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "workspaceId": "660e8400-e29b-41d4-a716-446655440000",
  "archivedAt": null
}

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.

Path Parameters

id
string<uuid>
required

Post ID (UUID)

Response

Post unarchived successfully

id
string<uuid>
required

Post ID

workspaceId
string<uuid>
required

Workspace ID

archivedAt
null
required

Always null for unarchived posts