Skip to main content
POST
Purchase account credits (recharge)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
number
required

Amount to recharge, in whole euros. Clamped to [5, 10000].

Required range: 5 <= x <= 10000
Example:

10

Response

201 - undefined

Related topics

Quickstart