Skip to main content
GET
/
signatures
curl -X GET https://app.trypost.it/api/signatures \
  -H "Authorization: Bearer YOUR_API_KEY"
[
  {
    "id": "e5f6a7b8-c9d0-1e2f-3a4b-5c6d7e8f9a0b",
    "name": "Tech Stack",
    "content": "#tech #ai #startup #saas",
    "created_at": "2025-01-10 08:00:00",
    "updated_at": "2025-01-10 08:00:00"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.trypost.it/llms.txt

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

Signatures are reusable text blocks (hashtag sets, link callouts, CTAs) appended to a post in one click.

Response

Plain array of signature objects. Each item has these fields:
id
string
Signature UUID.
name
string
Signature name.
content
string
The text appended to posts when this signature is applied.
created_at
string
Creation timestamp in Y-m-d H:i:s format.
updated_at
string
Last update timestamp in Y-m-d H:i:s format.
curl -X GET https://app.trypost.it/api/signatures \
  -H "Authorization: Bearer YOUR_API_KEY"
[
  {
    "id": "e5f6a7b8-c9d0-1e2f-3a4b-5c6d7e8f9a0b",
    "name": "Tech Stack",
    "content": "#tech #ai #startup #saas",
    "created_at": "2025-01-10 08:00:00",
    "updated_at": "2025-01-10 08:00:00"
  }
]