Get Terms
Bill Run
Get Terms
Step 2 of the bill-run flow (and after any step to check status). Retrieve billing terms with optional filtering. The termID from this response is required for all subsequent bill-run steps.
POST
Get Terms
Authorizations
Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)
Body
application/json
Always "Retrieve"
Example:
"Retrieve"
Always "Retrieve Terms"
Example:
"Retrieve Terms"
Example:
"v2"
Filter by pricing template — null returns all
Filter by specific term ID
Filter by term status — e.g. "Open", "Posted", "Published"
{ "pageNumber": 0, "size": 10 } — null returns all
