Skip to content
Snippets Groups Projects

Admin Token API: Identify Incoming Email Tokens

6 files
+ 61
1
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
0
@@ -33,6 +33,7 @@ Prerequisites:
> - [Pipeline trigger tokens added](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174030) in GitLab 17.7.
> - [CI/CD Job Tokens added](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175234) in GitLab 17.9.
> - [Feature flags client tokens added](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/177431) in GitLab 17.9.
> - [Incoming email tokens added](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/177077) in GitLab 17.8.
Gets information for a given token. This endpoint supports the following tokens:
@@ -46,6 +47,7 @@ Gets information for a given token. This endpoint supports the following tokens:
- [Pipeline trigger tokens](../../ci/triggers/index.md#create-a-pipeline-trigger-token)
- [CI/CD Job Tokens](../../security/tokens/index.md#cicd-job-tokens)
- [Feature flags client tokens](../../operations/feature_flags.md#get-access-credentials)
- [Incoming email tokens](../../security/tokens/index.md#incoming-email-token)
```plaintext
POST /api/v4/admin/token
Loading