Lists all third-party auth integrations
get
/v1/projects/{ref}/config/auth/third-party-authOAuth scopes
- auth:read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
Response (200)
1[2 {3 "id": "fbdf5a53-161e-4460-98ad-0e39408d8689",4 "type": "lorem",5 "oidc_issuer_url": "lorem",6 "jwks_url": "lorem",7 "custom_jwks": null,8 "resolved_jwks": null,9 "inserted_at": "lorem",10 "updated_at": "lorem",11 "resolved_at": "lorem"12 }13]