Suno
This section isn’t available.
Get Suno account
Remaining credits, monthly usage, and plan on the connected Suno account.
Requires suno:read.
Request
curl -X GET "https://api.blueticks.co/v1/suno/account"{
"success": true,
"data": {
"creditsLeft": 0,
"monthlyLimit": 0,
"monthlyUsage": 0,
"plan": "string"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Response
Response Body
application/json
application/json