v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Cloud

Get AWS External ID

Get the user AWS External ID. A user should use this external ID to create a trust relationship with AWS, which is required to create a credential.

get/v1/credentials/aws/externalId

Response

OK. Returns the AWS external ID required for cross-account role setup.

externalIdstring uuid required

External ID to be provided to AWS when creating the trust relationship

Example response

{
  "externalId": "31981475-0021-444e-9aa0-68c1456025ab"
}