Skip to main content
The My Data endpoints let you read and write the data tied to your appeeky.com account — the same data you see in the web dashboard — directly through the REST API or MCP server.
These endpoints are linked to your appeeky.com account, not dashboard.appeeky.com. You must have an account at appeeky.com and an API key generated from Settings → API Key.

What You Can Manage

ResourceEndpointsDescription
My AppsGET/POST/PATCH/DELETE /v1/user/appsYour tracked app list
CompetitorsGET/POST/DELETE /v1/user/apps/:appId/competitorsCompetitor apps per tracked app
Tracked KeywordsGET/POST/DELETE /v1/user/apps/:appId/keywordsKeywords tracked per app
Metadata VersionsGET/POST/PATCH/POST /v1/user/apps/:appId/versionsVersioned ASO copy (title, subtitle, description, keywords)
ReportsGET/DELETE /v1/user/reportsSaved ASO analysis reports

Credits

All My Data endpoints cost 0 credits. They do not count against your monthly credit limit.

Scopes

My Data endpoints are protected by API key scopes. When you generate or update your key at appeeky.com/settings you can restrict access:
ScopeAccess
apps:read (or unrestricted)GET endpoints — list and read
apps:write (or unrestricted)POST, PATCH, DELETE endpoints — create, update, delete
An unrestricted key (default) has access to everything.

Common Error Codes

StatusCodeWhen
401MISSING_API_KEYNo API key provided
401INVALID_API_KEYInvalid or inactive key
403FORBIDDENKey scope does not allow this operation
404USER_NOT_FOUNDNo appeeky.com account linked to this API key
404NOT_FOUNDResource not found or doesn’t belong to you
409DUPLICATEItem already exists