GET
/
v1
/
did
curl --request GET \
  --url https://staging.terminal3.io/v1/did \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-token: <x-api-token>'
{
  "data": {
    "did": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-token
string
required
x-api-subclient-id
string

Response

200
application/json
Success
data
object
required