Skip to main content

Telcred Access Management API

Integrate physical access control into your application

Try it out

Get from zero to your first API call in three steps:

1
Get your accountsign up or contact Telcred to get your account and system IDs
2
Create a service account & API key in the Access Manager integrations tab — copy the key immediately, it's only shown once
3
Make your first request with your key in the Authorization header
Request
curl -s "https://access.telcred.com/v2/sys/{account}/org/{system}/users" \
-H "Authorization: ApiKey tam_your-api-key-here" \
-H "Content-Type: application/json"
Response
[
{
"id": "318069",
"name": "Alice Smith",
"reference": "YYKHJV",
"blocked": false,
"tokens": [],
"authorizations": []
}
]

API keys are the recommended way to authenticate. Basic Auth (username/password) is also supported for simple setups. The Quick Start Guide walks you through creating your first service account and API key step by step.

Get started now — or browse the API reference.