GET
/api/v1API index
Lists the API version, the modules and every endpoint path. No key needed.
No key needed
This endpoint takes no parameters beyond the URL itself.
Example response
json
{
"product": "Signed",
"api_version": "1.0.0",
"base_path": "/api/v1",
"documentation": "https://usesigned.co.uk/docs/api",
"modules": [
{
"slug": "organisation",
"title": "Organisation",
"endpoints": 5
}
]
}Copy and paste
curl -X GET "https://api.usesigned.co.uk/api/v1" \
-H "X-API-Key: $SIGNED_API_KEY"