List Issuers

GEThttps://sandbox-api.truthlocks.com/v1/issuersAuth required

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

Responses

[
  {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "tenant_id": "440e8400-e29b-41d4-a716-446655440000",
    "name": "Acme University",
    "domain": "acme.edu",
    "status": "APPROVED",
    "trust_level": "VERIFIED",
    "created_at": "2026-01-01T00:00:00Z",
    "updated_at": "2026-01-10T12:00:00Z"
  },
  {
    "id": "550e8400-e29b-41d4-a716-446655440001",
    "tenant_id": "440e8400-e29b-41d4-a716-446655440000",
    "name": "Beta Corp",
    "domain": "beta.com",
    "status": "PENDING",
    "trust_level": "BASIC",
    "created_at": "2026-01-12T00:00:00Z",
    "updated_at": "2026-01-12T00:00:00Z"
  }
]
GET/v1/issuers
Language
CredentialsHEADER
Authorization
cURL Request
Examples ▾
curl --request GET \
  --url https://sandbox-api.truthlocks.com/v1/issuers \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{}'
Response

Click Try It! to send a real request, or view sample responses: