Get All Bill Reportings

  1. Validate the Request Token, Get the Partner and Check if it’s scoped
  2. Get the list of Bill Reportings available for that token
  3. Paginate and return the response

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query Parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
A search term.

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"