Account
Retrieve the account the API key belongs to.
Request
curl -X GET "https://api.blueticks.co/v1/account"{
"success": true,
"data": {
"id": "string",
"name": "string",
"user_email": "string",
"timezone": "string",
"created_at": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Response
Response Body
application/json
application/json