cURL
curl --request GET \ --url https://{baseUrl}/{version}/projects/{projectId} \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>'
{ "id": "<string>", "projectName": "<string>", "apiKey": "<string>", "rateLimit": 123, "status": "CREATING" }
Get metadata of an existing project.
Admin API Key.
Project ID.
Project matched with a projectId.
Project name.
Project API key.
Rate limit.
Status
CREATING
ACTIVE
DELETING