cURL
curl --request GET \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/api-keys \ --header 'X-Api-Key: <api-key>'
[ { "key": "api-key-123", "label": "MailMonkey API Key", "scopes": [ [ "full", "frontend" ] ], "projectId": "my-project", "active": true } ]
The Ampersand project ID or project name.
Whether to include only active API keys. If false, all API keys are included.
List of API keys
The response is of type API Key · object[].
API Key · object[]
Was this page helpful?