cURL
curl --request GET \ --url https://{baseUrl}/{version}/projects \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>'
{ "projects": [ { "id": "<string>", "projectName": "<string>", "apiKey": "<string>", "rateLimit": 123, "status": "CREATING" } ] }
List all projects in an account.
Admin API Key.
A list of projects.
Show child attributes