Verify api key authentication​
Verify api key authentication
Header Parameters
- Accept stringExample: application/json
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"success": true,
"data": {
"id": 1,
"name": "Hoostr",
"is_disabled": false,
"is_suspended": false,
"balance": 500,
"last_refill": 1000,
"created_at": "2023-05-16T15:46:52.000000Z"
},
"errors": null,
"additional_data": null
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"success": false,
"data": null,
"errors": "Unauthenticated.",
"additional_data": null
}
Loading...