cURL
curl --request GET \ --url https://staging.terminal3.io/v1/did \ --header 'Authorization: Bearer <token>' \ --header 'x-api-token: <x-api-token>'
{ "data": { "did": "<string>" } }
This API is used for retrieving a DID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes