Get auth metadata
GET/api/v1/auth/metadata
Get auth metadata
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
error string
publicKey integer[]
{
"error": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...