Credits
Gestione dei crediti dell'account
Send credits
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "OK",
"data": {
"your_new_balance": 97,
"user_new_balance": 2
}
}// CREDITI INSUFFICIENTI
{
"error": {
"code": "5_topi_invalidi",
"details": "You don't have enough credits to perform this action."
}
}
// UTENTE NON ESISTENTE O PARTE DI ALTRA ORGANIZZAZIONE
{
"error": {
"code": "5_topi_invalidi",
"details": "This user does not exists or you do not have the permission to use it."
}
}Last updated
Was this helpful?