Accounts

List Accounts

This endpoint will return a list that contains Project you are connecting as and any subprojects.

Permissions

The API token must include the following scopes: Management.

get/Accounts

Query parameters

FriendlyNamestring

A named unique identifier for the resource. Allowed characters: A-Za-z0-9_-. Maximum of 100 characters.

Response

The request has succeeded.

Example response

{
  "applications": [
    {
      "auth_token": "Redacted",
      "date_created": "Sat, 15 Sept 2018 10:00:00 +0000",
      "date_updated": "Sat, 16 Sept 2018 10:00:00 +0000",
      "friendly_name": "My Project",
      "type": "Full"
    }
  ]
}

Changes