Request
Path parameters
The unique identifier of the provider to retrieve (e.g.
"acme-labs").Response
Returns aProviderRecord on success.
Protocol schema version. Currently
1.Unique identifier for the provider.
The DID controlling this provider.
Optional human-readable display name. Omitted if not set.
Provider lifecycle status. Either
"active" or "revoked".ISO 8601 timestamp of when the provider was first registered.
ISO 8601 timestamp of revocation. Omitted if the provider is still active.
Human-readable reason for revocation. Omitted if the provider is still active.
Status codes
| Code | Meaning |
|---|---|
200 OK | Provider found. Returns the full ProviderRecord. |
404 Not Found | No provider with the given provider_id exists on this node. |