List Programs
Returns a list of all programs for your Chariot account.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
Number of results per page. The default (and maximum) is 100 objects.
cursor
Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.
Response
The response for Programs.list
results
next_page_token
A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only changing the pageToken). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.
