Get token status for Gitlab webhooks
GET
/v1/apps/{org_uuid}/gitlab/webhook/token
This gets the organization-scoped token.
See https://docs.gitlab.com/user/project/integrations/webhooks for details.
Authorizations
apiKey
API key as username in Basic Authorization with
empty password.
TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"Responses
Gitlab webhook token status
application/json
JSON
{
"created_at": "string",
"token": "string",
"receiver_url": "https://api.stg.terramate.io/v1/apps/gitlab/webhook"
}