Idtbeyond
Connector for the idtbeyond API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.idtbeyond.com/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_iatu_balance— GET /iatu/balance — Account balanceget_iatu_charges_reports_all— GET /iatu/charges/reports/all — List of account charges in JSONget_iatu_charges_reports_all_csv— GET /iatu/charges/reports/all.csv — List of account charges in CSVget_iatu_number_validator— GET /iatu/number-validator — Mobile number validationget_iatu_products_promotions— GET /iatu/products/promotions — Current promotionsget_iatu_products_reports_all— GET /iatu/products/reports/all — Get a list of products in JSON format
Inputs
apiKey— your idtbeyond API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_iatu_balance
apiKey: <your key>