Authorizations
API Keys can be issued in the Orb's web application.
Path Parameters
Response
OK
The Credit Block resource models prepaid credits within Orb.
Available options:
active, pending_payment curl --request GET \
--url https://api.withorb.com/v1/credit_blocks/{block_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"balance": 123,
"effective_date": "2023-11-07T05:31:56Z",
"expiry_date": "2023-11-07T05:31:56Z",
"per_unit_cost_basis": "<string>",
"status": "active",
"maximum_initial_balance": 123
}This endpoint returns a credit block identified by its block_id.
curl --request GET \
--url https://api.withorb.com/v1/credit_blocks/{block_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"balance": 123,
"effective_date": "2023-11-07T05:31:56Z",
"expiry_date": "2023-11-07T05:31:56Z",
"per_unit_cost_basis": "<string>",
"status": "active",
"maximum_initial_balance": 123
}API Keys can be issued in the Orb's web application.
OK
The Credit Block resource models prepaid credits within Orb.
active, pending_payment Was this page helpful?