X-API-Token: ********************
{
"description": "string",
"scope": [
"all"
]
}
curl --location --request POST 'https://api.appcenter.ms/v0.1/api_tokens' \
--header 'Content-Type: application/json' \
--header 'X-API-Token;' \
--data-raw '{
"description": "string",
"scope": [
"all"
]
}'
{
"id": "string",
"api_token": "string",
"description": "string",
"scope": [
"all"
],
"created_at": "string"
}