Skip to main content
GET
/
trusted_destinations
/
{creationRequestId}
/
status
Check status of Trusted Destinations
curl --request GET \
  --url https://api.anchorage-staging.com/v2/trusted_destinations/{creationRequestId}/status \
  --header 'Api-Access-Key: <api-key>'
{
  "status": "<string>"
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

creationRequestId
string
required

Idempotent ID provided in the Create Trusted Destination request

Response

Status of the operation identified by the provided idempotentId

status
string

A string describing the status of the Trusted Destination creation request

  • Initiated
  • Generating Docusign
  • Pending DocuSign Signature
  • Trusted Destination Operation In Progress
  • Needs Quorum Approval
  • Anchorage Risk Review
  • Linking Trusted Destination
  • Complete
  • Failed
  • Rejected
  • Canceled
  • Expired