DID
Register DID
This API allows a master client to register DIDs for itself and its subclient.
POST
cURL
This API takes the DID generated from the client and registers it to the T3 DID Registry.
E.g of a payload:
JSON
- Only
did:key
is supported for now. The header
X-API-SubClient-ID
must be provided when registering DID for a sub-client. If omitted, the request is treated as coming from the master client.
Please refer to our VC SDK for more details on how to generate DID from a public key.
Body
application/json
Response
200
application/json
Success
The response is of type object
.
cURL