cURL
curl --request GET \ --url https://us.infisical.com/api/v2/secret-rotations/dbt-service-token/{rotationId}/generated-credentials
{ "generatedCredentials": [ { "serviceToken": "<string>", "tokenId": 123, "tokenName": "<string>" } ], "activeIndex": 123, "rotationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "dbt-service-token" }
Get the generated credentials for the specified DBT Service Token Rotation.
The ID of the DBT Service Token Rotation to retrieve the generated credentials for.
Default Response
1 - 2
Show child attributes
dbt-service-token
Was this page helpful?