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" } }
This endpoint retrieves the current organization’s information.
Show properties