Oore CI
ReferenceAPIOperationsIntegrations

Check a saved GitLab personal access token

Check a saved GitLab personal access token

Operation IDcheck_gitlab_personal_token
POST
/v1/integrations/{id}/gitlab-token/check

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Integration ID

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/integrations/string/gitlab-token/check"
{  "checked_at": 0,  "expires_at": 0,  "status": "valid"}