This API is used for retrieving a DID
cURL
curl --request GET \ --url https://staging.terminal3.io/v1/did \ --header 'x-api-token: <x-api-token>'
{ "data": { "did": "<string>" } }
Success
The response is of type object.
object