curl --request GET \
--url https://api.signa.so/v1/trademarks/{jurisdiction}/{trademark_id}/documents \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"documents": [
{
"document_id": "<string>",
"date": "2023-12-25",
"type": "<string>",
"description": "<string>",
"url": "<string>",
"has_file": true,
"download_url": "<string>"
}
]
}
}Retrieve prosecution history documents including office actions, responses, and certificates.
curl --request GET \
--url https://api.signa.so/v1/trademarks/{jurisdiction}/{trademark_id}/documents \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"documents": [
{
"document_id": "<string>",
"date": "2023-12-25",
"type": "<string>",
"description": "<string>",
"url": "<string>",
"has_file": true,
"download_url": "<string>"
}
]
}
}Use your API key from the dashboard. Include it in the Authorization header as a Bearer token.
Authorization: Bearer YOUR_API_KEYGet your API key at https://signa.so/dashboard
Filter by document type