Skip to main content

com.atproto.repo.describeRepo

GET 

com.atproto.repo.describeRepo

Get information about an account and repository, including the list of collections. Does not require auth.

Request

Query Parameters

    repo at-identifierrequired

    The handle or DID of the repo.

Responses

OK

Schema

    handle handlerequired
    did didrequired
    didDoc required
    collections nsid[]required
    handleIsCorrect booleanrequired

    Indicates if handle is currently valid (resolves bi-directionally)

Loading...