Skip to main content
GET
/
projects
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"
    }
  ]
}

Headers

content-type
string
default:application/json
required
x-api-key
string
required

Admin API Key.

Response

200 - application/json

A list of projects.

projects
object[]