PeekPanda docs
Create an ASO keyword tag
Create a named, coloured label for grouping tracked keywords.
Download Markdown ↓POST/v1/aso/tagsAuth
Bearer API credential or OAuth access tokenScope content:writeMCP create_aso_keyword_tagRequest
Creates a private tag for the authenticated owner. Tags belong to the owner, not to one app, so the same tag groups keywords across every tracked app.
curl --request POST 'https://api.peekpanda.com/v1/aso/tags' \
--header "Authorization: Bearer $PEEKPANDA_TOKEN" \
--header 'x-genviral-tenancy: personal' \
--header 'content-type: application/json' \
--data '{"name":"Potential"}'Response
The created tag.
{
"id": "55555555-5555-4555-8555-555555555555",
"name": "Potential",
"color": "#0f9d58",
"createdAt": "2026-09-06T00:00:00.000Z",
"updatedAt": "2026-09-06T00:00:00.000Z"
}
Parameters
NameInTypeRequiredDescription
namebodystringYesTag name, unique per owner.colorbody#rrggbbYesOptional colour; omitted, the next unused palette colour is assigned.Known errors
400invalid_request for an invalid filter, identity or limit.401authentication_required for a missing or invalid credential.402subscription_required when access is not entitled.403authorization_required for a missing scope or unavailable preview access.404not_found when the record is outside the accessible catalogue.429rate_limited; honor Retry-After when present.409conflict when the write would duplicate an exclusive row.Source
Dated public App Store search results and suggestion observations for the US English storefront. Positions are observed result order. Difficulty and demand are directional indicators, not search volume or advertising data.
Refresh
This read returns stored observations. Use the related refresh command when newer evidence is needed.