Skip to main content

com.atproto.server.checkAccountStatus

GET 

com.atproto.server.checkAccountStatus

Returns the status of an account, especially as pertaining to import or recovery. Can be called many times over the course of an account migration. Requires auth and can only be called pertaining to oneself.

Request

Responses

OK

Schema

    activated booleanrequired
    validDid booleanrequired
    repoCommit cidrequired
    repoRev stringrequired
    repoBlocks integerrequired
    indexedRecords integerrequired
    privateStateValues integerrequired
    expectedBlobs integerrequired
    importedBlobs integerrequired
Loading...