v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

OIDC (Service Account Identity)

Authenticate via a Service Account Identity with OIDC. Returns a short lived API token.

post/v3/auth/oidc

Request body

tokenstring required

the OIDC token string from your OIDC provider (likely CI)

identitystring required

Identity ID from the Doppler Dashboard

Response

200

tokenstring
expires_atstring

Example response

{
  "token": "dp.said.bAqhcVzrhy5cRHkOlNTc0Ve6w5NUDCpcutm8vGE9myi",
  "expires_at": "2025-01-17T16:46:46.171Z"
}