curl --request GET \
--url https://use.hoop.dev/api/machineidentities/{name}/credentials[
{
"aws_access_key_id": "<string>",
"aws_secret_access_key": "<string>",
"command": "<string>",
"connection_name": "<string>",
"connection_string": "<string>",
"connection_subtype": "<string>",
"connection_type": "<string>",
"database_name": "<string>",
"endpoint_url": "<string>",
"hostname": "<string>",
"password": "<string>",
"port": "<string>",
"proxy_token": "<string>",
"secret_key": "<string>",
"username": "<string>"
}
]List full credential details for a machine identity including connection strings and secret keys
curl --request GET \
--url https://use.hoop.dev/api/machineidentities/{name}/credentials[
{
"aws_access_key_id": "<string>",
"aws_secret_access_key": "<string>",
"command": "<string>",
"connection_name": "<string>",
"connection_string": "<string>",
"connection_subtype": "<string>",
"connection_type": "<string>",
"database_name": "<string>",
"endpoint_url": "<string>",
"hostname": "<string>",
"password": "<string>",
"port": "<string>",
"proxy_token": "<string>",
"secret_key": "<string>",
"username": "<string>"
}
]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.
Machine Identity Name
Was this page helpful?