Account Information
Retrieve your account information with api key
curl --location 'https://api.unifically.com/balance' \
--header 'Authorization: Bearer YOUR_API_KEY'{
"code": integer
"data": {
"user_id": integer
"balance_usd": decimal
"email": email
"created_at": timestamp
"updated_at": timestamp
"restricted_until": integer
"error": {}
}
}Last updated