Retrieves details for all projects associated with an account.

Request Fields

These are passed in as arguments at the top level of the request.

Key Type Description
page integer
Optional
Page of results to retrieve.
Default: 1
per_page integer
Optional
How many results to return per page.
Default: 250

Request Example

{
  "api_key" : "__ACCOUNT_API__KEY__",
  "page": 2,
  "per_page": 100
}