com.atproto.identity.getRecommendedDidCredentials
GET/xrpc/com.atproto.identity.getRecommendedDidCredentials
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Describe the credentials that should be included in the DID doc of an account that is migrating to this service.
Request
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
rotationKeys string[]
alsoKnownAs string[]
verificationMethods
services
{
"rotationKeys": [
"string"
],
"alsoKnownAs": [
"string"
],
"verificationMethods": {},
"services": {}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
Possible values: [InvalidRequest
, ExpiredToken
, InvalidToken
]
message stringrequired
{
"error": "InvalidRequest",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error required
message stringrequired
{
"message": "string"
}
Loading...