Gets the details for a specific contract, including contract term, rate card information, credits and commits, and more.
as_of_date parameter to view the full contract configuration as of that point in time.include_balance and include_ledger fields to include balances and ledgers in the credit and commit responses. Using these fields will cause the query to be slower.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Contract and customer IDs
Include commit/credit ledgers in the response. Setting this flag may cause the query to be slower. Cannot be used with as_of_date parameter.
Optional RFC 3339 timestamp. Return the contract as of this date. Cannot be used with include_ledgers parameter.
Include the balance of credits and commits in the response. Setting this flag may cause the query to be slower.
Success