Cloud
List Credentials
List all credentials on your Lucid account.
get/v1/credentials
Response
OK. Returns a list of credentials that the user has access to.
Example response
[
{
"credentialId": "aws_12345",
"params": {
"name": "Example AWS Credential",
"arn": "arn:aws:iam::123456789012:role/lucidimport",
"orgMemberAccountRoleName": "LucidCloudMemberAccountRole"
}
}
]