Skip to main content
GET
/
machineidentities
/
{name}
/
credentials
List Machine Identity Credentials
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.

Path Parameters

name
string
required

Machine Identity Name

Response

OK

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