Skip to main content
POST
Add credits via Stripe

Authorizations

x-api-key
string
header
required

Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.

Body

application/json
amount
number
required

Amount to add in USD. Minimum $1.

Required range: x >= 1

Response

Stripe Checkout URL.

checkout_url
string<uri>

Redirect the user here to complete payment.

amount
number

Amount being added in USD.

current_balance
number

Balance before this top-up.