Skip to main content
PUT
Transfer Credit to User

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
recipient
string
required

Email address or user ID of the recipient

Example:

"user@example.com"

amount
number<float>
required

Amount of credits to transfer (must be positive)

Required range: x >= 0.01
Example:

100

client_id
string

Client identifier (usually "me")

Example:

"me"

Response

Success: returns {"success": true}

success
boolean

Always true on success