Create Project Access Token

Create Project Access Token
Create access token for monitoring a single project.

Creates an access token for monitoring a single project that a user has access to.

Request
URI
POST
https://{api_host}/cloudapi/v1/projects/{projectId}/monitoringToken
COPY
Path Parameters
string
projectId
Required

projectId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns MonitoringToken of type(s) application/json;version=9.1.0
{
    "access_token": "string"
}

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/v1/projects/{projectId}/monitoringToken