Files
bsky-social-app/lexicons/app/bsky/contact/getSyncStatus.json
2026-08-13 12:26:12 -07:00

37 lines
983 B
JSON

{
"id": "app.bsky.contact.getSyncStatus",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvalidDid"
},
{
"name": "InternalError"
}
],
"output": {
"schema": {
"type": "object",
"properties": {
"syncStatus": {
"ref": "app.bsky.contact.defs#syncStatus",
"type": "ref",
"description": "If present, indicates the user has imported their contacts. If not present, indicates the user never used the feature or called `app.bsky.contact.removeData` and didn't import again since."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Gets the user's current contact import status. Requires authentication."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}