v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
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"
    }
  }
]