Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Email address or user ID of the recipient
Example:
"user@example.com"
Amount of credits to transfer (must be positive)
Required range:
x >= 0.01
Example:
100
Client identifier (usually "me")
Example:
"me"
Optional API key identifier for audit logging
Response
Transfer completed successfully
Example:
true