List DIDs
List created DIDs using cheqd Studio.
This endpoint returns the list of DIDs controlled by the account.
Authorizations
Query parameters
networkstring · enumOptionalPossible values:
Filter DID by the network published.
createdAtstring · dateOptional
Filter resource by created date
pagenumberOptional
Page number.
limitnumberOptional
Number of items to be listed in a single page.
Responses
200
The request was successful.
application/json
400
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
401
Access token is missing or invalid
500
An internal error has occurred. Additional state information plus metadata may be available in the response body.
get
GET /did/list HTTP/1.1
Host: studio-api.cheqd.net
x-api-key: YOUR_API_KEY
Accept: */*
{
"total": 1,
"dids": [
"text"
]
}
Last updated
Was this helpful?