/api/v1/signaturesList templates
Every signature template in the organisation, default first.
This endpoint takes no parameters beyond the URL itself.
Example response
{
"signatures": [
{
"id": "b8e0f1a2-3c4d-4e5f-8a9b-0c1d2e3f4a5b",
"name": "Standard",
"description": "The main company signature",
"category": "general",
"is_default": true,
"version": 4,
"updated_at": "2026-09-18T14:02:11.000Z"
}
],
"total": 6
}Copy and paste
curl -X GET "https://api.usesigned.co.uk/api/v1/signatures" \
-H "X-API-Key: $SIGNED_API_KEY"Worth knowing
The list is paged when you pass page or limit. Without them you get the first 100.