Catalogs
Create a new catalog
POST
https://api.borlaug.network/identity/catalogs
Headers
Content-Type
string
application/json
Authorization
string
BWS authorization token
Request Body
name
string
The name of the catalog
Example body:
List your catalogs
GET
https://api.borlaug.network/identity/catalogs
Headers
Authentication
string
Authentication token
List all DIDs in a catalog
GET
https://api.borlaug.network/identity/catalogs/:catalogid/dids
Path Parameters
catalog_id
number
Catalog in question
page
number
For pagination
per_page
number
Number of DIDs per page
Headers
Authorization
string
BWS authorization token
Update catalog name
PATCH
https://api.borlaug.network/identity/catalogs/:catalogid
Update catalog name
Path Parameters
catalogid
number
Catalog to be updated
Headers
Authorization
string
BWS authorization token
Add or remove DIDs in a catalog
PATCH
https://api.borlaug.network/identity/catalogs/:catalogid/dids
Add or re
Path Parameters
catalogid
number
Catalog to be modified
Headers
Content-Type
string
application/json
Authorization
string
BWS authorization token
Delete catalog
DELETE
https://api.borlaug.network/identity/catalogs/:catalogid
Removes the catalog and DIDs in the catalog. NOTE: The DIDs themselves are not deleted from DID registry.
Path Parameters
catalogid
number
Catalog to be removed
Headers
Authorization
string
BWS authorization token
Last updated
Was this helpful?