An API key for your organization.
A Client ID for your organization.
Response
Name of the organization.
The current plan the organization is on.
curl --location --request GET 'https://api.getmetal.io/v1/orgs/current' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>' \
{
"data": {
"id": "<org-id>",
"name": "My Organization",
"plan": "developer"
}
}