/
BI
bitrefill
/
Bitrefill API Documentation
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Accounts
1
post
Create a deposit invoice
BRGC Batches
3
get
List your BRGC batches
post
Create a new BRGC batch
get
Get a specific BRGC batch by ID
Esims
2
get
Retrieve user esims.
get
Retrieve a single eSIM by id.
Invoices
7
get
Retrieve user invoices.
post
Create a new invoice.
post
Create a new eSIM invoice.
get
Retrieve a single invoice by id.
get
Retrieve a single eSIM invoice by id.
post
Trigger the payment of an unpaid invoice. Can only be used for invoices with 'balance' payment method.
post
Trigger the payment of an unpaid eSIM invoice. Can only be used for invoices with 'balance' payment method.
Misc
4
get
Ping server
get
Retrieves your account balance
get
Lists your commissions as an affiliate. (FOR AFFILIATES ONLY)
get
Searches for providers for the specified phone number
Orders
2
get
Retrieve user orders.
get
Retrieve a single order by id.
Products
4
get
Retrieve eSIM product list.
get
Retrieve a single product by id.
get
Retrieve a single eSIM product by id.
get
Search products by query.
Misc
Ping server
get
/ping
Response
Success
object
required
meta
object
message
string
Example response
{ "meta": { "_endpoint": "/ping" }, "message": "pong" }
Changes