Skip to content

Link a user with their Gitlab account using their JWT ID token.

POST
/v1/user/links/gitlab

Link a user with their Gitlab account using their JWT ID token.

Authorizations

jwtToken
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"id_token": "string"
}

Responses

No Content

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI