🚀 Apps
Get All Apps
🚀 Apps
Get All Apps
This endpoint retrieves a list of all apps for the specified organization
GET
/
v1
/
apps
curl --location --request GET 'https://api.getmetal.io/v1/apps' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>'
{
"data": [
{
"id": "6535126922af1b89d6d22ffa",
"name": "my metal app",
"indexes": []
},
//... other app objects
]
}
Auth Headers
An API key for your org.
A Client ID for your org.
Response
curl --location --request GET 'https://api.getmetal.io/v1/apps' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>'
{
"data": [
{
"id": "6535126922af1b89d6d22ffa",
"name": "my metal app",
"indexes": []
},
//... other app objects
]
}
curl --location --request GET 'https://api.getmetal.io/v1/apps' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>'
{
"data": [
{
"id": "6535126922af1b89d6d22ffa",
"name": "my metal app",
"indexes": []
},
//... other app objects
]
}