Response Format and Errors
GraphQL (POST /graphql)
POST /graphql)Success
{
"data": {
"me": {
"id": "did:rad.live:user:...",
"username": "alice"
}
}
}Error
REST and internal HTTP JSON
Success (2xx)
Error (4xx / 5xx)
Last updated

