This endpoint retrieves the current organization’s information.
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" } }
An API key for your organization.
A Client ID for your organization.
Show properties
ID of the organization.
Name of the organization.
The current plan the organization is on.