#main
- queryGet information about an account and repository, including the list of collections. Does not require auth.
Query Parameters
Name | Type | Details |
---|---|---|
repo |
string (required) |
The handle or DID of the repo. Syntax Format: |
Response Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
collections |
array (required) |
List of all the collections (NSIDs) for which this repo contains at least one record. UNHANDLED IN ARRAYS: string |
did |
string (required) |
Syntax Format: |
didDoc |
unknown (required) |
The complete DID document for this account. Field can contain arbitrary JSON/CBOR object data |
handle |
string (required) |
Syntax Format: |
handleIsCorrect |
boolean (required) |
Indicates if handle is currently valid (resolves bi-directionally) |
Errors
No error types defined