Get DID Deployment Status

Check the status of a DID deployment operation using the unique deployId returned from the deployDid endpoint.

Returns the current status of a previously triggered DID document deployment.
Use it to track deployment progress (queued/building/success/failed) and decide when the DID document is publicly available.

Quick Integration Notes

  • Poll this endpoint after starting deployment (e.g., every 3-10 seconds with timeout/backoff).
  • Treat terminal success states as “safe to consume DID URL.”
  • Treat failure/error states as actionable deployment failure and prompt retry/redeploy.
  • Stop polling after success/failure to reduce API and provider load.
Query Params
string
required

deployment identifier returned from DID deployment initiation API

Headers
string

Unique key to ensure idempotency for API requests.

string

Unique external ID for tracking purposes, can be used for debugging and analytics.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json