List DIDs

List created DIDs using cheqd Studio.

Fetch DIDs associated with an account.

get

This endpoint returns the list of DIDs controlled by the account.

Authorizations
Query parameters
networkstring · enumOptional

Filter DID by the network published.

Possible values:
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
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?