GitLab · Example Payload

Gitlab Api V4 Applications Api_Entities_Application With Secret Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Api V4 Applications Api_Entities_Application With Secret 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

idapplication_idapplication_namecallback_urlconfidentialsecret

Example Payload

Raw ↑
{
  "id": "123456",
  "application_id": "5832fc6e14300a0d962240a8144466eef4ee93ef0d218477e55f11cf12fc3737",
  "application_name": "MyApplication",
  "callback_url": "https://redirect.uri",
  "confidential": true,
  "secret": "ee1dd64b6adc89cf7e2c23099301ccc2c61b441064e9324d963c46902a85ec34"
}