Skip to main content
GET
/
projects
List all projects that the API key or user credential has access to.
curl --request GET \
  --url https://api.withampersand.com/v1/projects \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "my-project",
    "name": "mailmonkey-staging",
    "appName": "MailMonkey",
    "orgId": "9f7c3e2a-61b8-4f5c-8d1a-eb24f3b05d79",
    "createTime": "2023-11-07T05:31:56Z",
    "updateTime": "2023-11-07T05:31:56Z",
    "entitlements": {
      "brandingRemoval": {
        "value": true
      }
    }
  }
]

Authorizations

X-Api-Key
string
header
required

Response

id
string
required
Example:
name
string
required
Example:
appName
string
required
Example:
createTime
string<date-time>
required
orgId
string
Example:
updateTime
string<date-time>
entitlements
object