GitLab · Example Payload

Gitlab Oauth2 Revoke Token Request Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Oauth2 Revoke Token Request Example is an example object payload from GitLab, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

client_idclient_secrettoken

Example Payload

Raw ↑
{
  "client_id": "123456",
  "client_secret": "example_value",
  "token": "glpat-example-token"
}