Skip to main content
Fetches the full record for a single provider by its unique identifier.

Request

Path parameters

string
required
The unique identifier of the provider to retrieve (e.g. "acme-labs").

Response

Returns a ProviderRecord on success.
integer
Protocol schema version. Currently 1.
string
Unique identifier for the provider.
string
The DID controlling this provider.
string
Optional human-readable display name. Omitted if not set.
string
Provider lifecycle status. Either "active" or "revoked".
string
ISO 8601 timestamp of when the provider was first registered.
string
ISO 8601 timestamp of revocation. Omitted if the provider is still active.
string
Human-readable reason for revocation. Omitted if the provider is still active.

Status codes

Example response