GitLab · Example Payload

Gitlab Oauth2 Device Authorization Response Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Oauth2 Device Authorization Response Example is an example object payload from GitLab, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

device_codeuser_codeverification_uriverification_uri_completeexpires_ininterval

Example Payload

Raw ↑
{
  "device_code": "example_value",
  "user_code": "example_value",
  "verification_uri": "2026-04-17T12:00:00Z",
  "verification_uri_complete": "2026-04-17T12:00:00Z",
  "expires_in": 42,
  "interval": 42
}