Skip to main content

Get api tokens for project.

GET 

<your-unleash-url>/api/admin/projects/:projectId/api-tokens

Returns the project API tokens that have been created for this project.

Request

Responses

apiTokensSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/api-tokens' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!