How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GitLab CI/CD hooks API

Operations about hooks

GitLab CI/CD hooks API is one of 98 APIs that GitLab CI/CD publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Hooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 22 operations across 11 paths, and defines 10 schemas. It is described by OpenAPI 2.0, at version v4.

Requests are made against the base URL https://gitlab.com/api/v4.

22 operations 11 paths 10 schemas 6 DELETE5 GET5 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
v4
Base URL
https://gitlab.com/api/v4
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

GitLab CI/CD hooks API declares 2 security schemes for authenticating requests. An API key is passed in the header as PRIVATE-TOKEN (access_token_header). An API key is passed in the query as private_token (access_token_query).

Paths & Operations 22

Across 11 paths, the API surfaces 22 operations — 6 DELETE, 5 GET, 5 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

hooks 22

Operations about hooks

PUT
/api/v4/projects/{id}/hooks/{hook_id}/url_variables/{key}
Set a url variable
putApiV4ProjectsIdHooksHookIdUrlVariablesKey 4 params → 200
DELETE
/api/v4/projects/{id}/hooks/{hook_id}/url_variables/{key}
Un-Set a url variable
deleteApiV4ProjectsIdHooksHookIdUrlVariablesKey 3 params → 204
PUT
/api/v4/projects/{id}/hooks/{hook_id}/custom_headers/{key}
Set a custom header
putApiV4ProjectsIdHooksHookIdCustomHeadersKey 4 params → 200
DELETE
/api/v4/projects/{id}/hooks/{hook_id}/custom_headers/{key}
Un-Set a custom header
deleteApiV4ProjectsIdHooksHookIdCustomHeadersKey 3 params → 204
GET
/api/v4/projects/{id}/hooks
List project hooks
getApiV4ProjectsIdHooks 3 params → 200
POST
/api/v4/projects/{id}/hooks
Add project hook
postApiV4ProjectsIdHooks 2 params → 201400404422
GET
/api/v4/projects/{id}/hooks/{hook_id}
Get project hook
getApiV4ProjectsIdHooksHookId 2 params → 200404
PUT
/api/v4/projects/{id}/hooks/{hook_id}
Edit project hook
putApiV4ProjectsIdHooksHookId 3 params → 200400404422
DELETE
/api/v4/projects/{id}/hooks/{hook_id}
Delete a project hook
deleteApiV4ProjectsIdHooksHookId 2 params → 204
GET
/api/v4/projects/{id}/hooks/{hook_id}/events
Get events for a given hook id
getApiV4ProjectsIdHooksHookIdEvents 5 params → 200400404403
POST
/api/v4/projects/{id}/hooks/{hook_id}/test/{trigger}
Triggers a hook test
postApiV4ProjectsIdHooksHookIdTestTrigger 3 params → 201400404422429
POST
/api/v4/projects/{id}/hooks/{hook_id}/events/{hook_log_id}/resend
Resend a webhook event
postApiV4ProjectsIdHooksHookIdEventsHookLogIdResend 3 params → 201422404429
PUT
/api/v4/hooks/{hook_id}/url_variables/{key}
Set a url variable
putApiV4HooksHookIdUrlVariablesKey 3 params → 200
DELETE
/api/v4/hooks/{hook_id}/url_variables/{key}
Un-Set a url variable
deleteApiV4HooksHookIdUrlVariablesKey 2 params → 204
PUT
/api/v4/hooks/{hook_id}/custom_headers/{key}
Set a custom header
putApiV4HooksHookIdCustomHeadersKey 3 params → 200
DELETE
/api/v4/hooks/{hook_id}/custom_headers/{key}
Un-Set a custom header
deleteApiV4HooksHookIdCustomHeadersKey 2 params → 204
GET
/api/v4/hooks
List system hooks
getApiV4Hooks 2 params → 200
POST
/api/v4/hooks
Add new system hook
postApiV4Hooks 1 param → 201400404422
GET
/api/v4/hooks/{hook_id}
Get system hook
getApiV4HooksHookId 1 param → 200404
PUT
/api/v4/hooks/{hook_id}
Edit system hook
putApiV4HooksHookId 2 params → 200400404422
POST
/api/v4/hooks/{hook_id}
Test a hook
postApiV4HooksHookId 1 param → 201
DELETE
/api/v4/hooks/{hook_id}
Delete system hook
deleteApiV4HooksHookId 1 param → 404204

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are API_Entities_ProjectHook (36 properties), postApiV4ProjectsIdHooks (29 properties), putApiV4ProjectsIdHooksHookId (29 properties), API_Entities_Hook (20 properties). Each schema is shown below with its type and property counts.

API_Entities_Hook
object
APIEntitiesHook model
20 properties 17 required
postApiV4ProjectsIdHooks
object
Add project hook
29 properties 1 required
postApiV4Hooks
object
Add new system hook
15 properties 1 required
putApiV4HooksHookIdUrlVariablesKey
object
Set a url variable
1 property 1 required
putApiV4ProjectsIdHooksHookId
object
Edit project hook
29 properties
putApiV4HooksHookId
object
Edit system hook
15 properties
putApiV4HooksHookIdCustomHeadersKey
object
Set a custom header
1 property 1 required
putApiV4ProjectsIdHooksHookIdUrlVariablesKey
object
Set a url variable
1 property 1 required
API_Entities_ProjectHook
object
APIEntitiesProjectHook model
36 properties 33 required
putApiV4ProjectsIdHooksHookIdCustomHeadersKey
object
Set a custom header
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

gitlab-ci-hooks-api-openapi.yml Raw ↑

Other APIs GitLab CI/CD publishes across the network.

GitLab GraphQL API
GitLab CI/CD access_requests API
GitLab CI/CD access_tokens API
GitLab CI/CD agents API
GitLab CI/CD alert_management API
GitLab CI/CD applications API
GitLab CI/CD attestations API
GitLab CI/CD audit_events API
GitLab CI/CD avatars API
GitLab CI/CD award_emoji API
GitLab CI/CD badges API
GitLab CI/CD batched_background_migrations API
Where this information came from

This is an independent, third-party profile of GitLab CI/CD hooks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.