Skip to main content
GET
/
v1
/
issuers
List Issuers
curl --request GET \
  --url https://api.truthlocks.com/v1/issuers \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "domain": "<string>",
    "status": "PENDING",
    "trust_level": "BASIC",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

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

Returns all issuers for the authenticated tenant. Includes issuer status, trust level, and key count.

Parameters

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

200 - application/json

List of issuers

id
string<uuid>
tenant_id
string<uuid>
name
string
domain
string
status
enum<string>
Available options:
PENDING,
APPROVED,
SUSPENDED,
REVOKED
trust_level
enum<string>
Available options:
BASIC,
VERIFIED,
ENTERPRISE
created_at
string<date-time>
updated_at
string<date-time>