curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/personal-access-tokens \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"expirationDate": "2025-09-01T12:00",
"accountName": "<string>"
}'{
"token": "<string>"
}Create Personal Access Token
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/personal-access-tokens \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"expirationDate": "2025-09-01T12:00",
"accountName": "<string>"
}'{
"token": "<string>"
}Was this page helpful?