Skip to main content
PUT
transfer credit

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"

apikey_id
string

Optional API key identifier for audit logging

Response

Transfer completed successfully

success
boolean
Example:

true