{
"id": "app.didpic.admin.getPushToken",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"token",
"actors"
],
"properties": {
"token": {
"type": "object",
"required": [
"token",
"platform",
"firstRegisteredAt",
"latestRegisteredAt",
"accountCount"
],
"properties": {
"token": {
"type": "string"
},
"platform": {
"type": "string"
},
"accountCount": {
"type": "integer"
},
"firstRegisteredAt": {
"type": "string",
"format": "datetime"
},
"latestRegisteredAt": {
"type": "string",
"format": "datetime"
}
}
},
"actors": {
"type": "array",
"items": {
"type": "object",
"required": [
"did",
"platform",
"registeredAt"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"handle": {
"type": "string"
},
"platform": {
"type": "string"
},
"avatarCid": {
"type": "string"
},
"displayName": {
"type": "string"
},
"registeredAt": {
"type": "string",
"format": "datetime"
}
}
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"token"
],
"properties": {
"token": {
"type": "string"
}
}
},
"description": "Get a push token's detail and bound actors."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreihx4zmz574fspmije6s6cnlazys326gwkrnogd7iszrwjnqvu56hu
- Indexed At
- 2026-06-06 04:51 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.admin.getPushToken