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.
Documentation IndexFetch the complete documentation index at: https://docs.getmetal.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getmetal.io/llms.txt
Use this file to discover all available pages before exploring further.
Show properties