curl --request GET \
--url https://use.hoop.dev/api/machineidentities[
{
"name": "backend-prod",
"attributes": [
"env:prod",
"team:backend"
],
"connection_names": [
"prod-postgres",
"api-proxy"
],
"created_at": "2024-07-25T15:56:35.317601Z",
"description": "Production backend service identity",
"id": "BF997324-5A27-4778-806A-41EE83598494",
"updated_at": "2024-07-25T15:56:35.317601Z"
}
]List all machine identities (non-human identities)
curl --request GET \
--url https://use.hoop.dev/api/machineidentities[
{
"name": "backend-prod",
"attributes": [
"env:prod",
"team:backend"
],
"connection_names": [
"prod-postgres",
"api-proxy"
],
"created_at": "2024-07-25T15:56:35.317601Z",
"description": "Production backend service identity",
"id": "BF997324-5A27-4778-806A-41EE83598494",
"updated_at": "2024-07-25T15:56:35.317601Z"
}
]Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
OK
"backend-prod"
["env:prod", "team:backend"]["prod-postgres", "api-proxy"]"2024-07-25T15:56:35.317601Z"
"Production backend service identity"
"BF997324-5A27-4778-806A-41EE83598494"
"2024-07-25T15:56:35.317601Z"
Was this page helpful?