# Ankorstore User API

**Canonical:** https://apis.io/apis/ankorstore/ankorstore-user-api/  
**Provider:** Ankorstore — https://apis.io/providers/ankorstore/  
**Base URL:** https://www.ankorstore.com  
**Documentation:** https://ankorstore.github.io/api-docs/

Ankorstore User API is one of 21 APIs that [Ankorstore](https://apis.io/providers/ankorstore/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification.

ℹ️ This section describes the API endpoints for retrieving user and platform configuration. ## 💡 User Configuration The user configuration endpoints return locale and currency settings for the authenticated user. This is useful for adapting your integration to the user's preferences. ### Current User Retrieve the configuration for the currently authenticated user: ``` [GET] /api/v1/me/config ``` Returns: - `currency` - The user's preferred currency (e.g., `"EUR"`, `"GBP"`) - `country` - The user's country code (e.g., `"FR"`, `"DE"`) - `browserId` - A browser-session identifier ### Specific User You can also retrieve configuration for a specific user by UUID: ``` [GET] /api/v1/users/{id}/config ``` ## 💡 Platform Configuration The platform configuration endpoint returns global settings that apply to all users: ``` [GET] /api/v1/platform/config ``` Returns: - `cdn` - The CDN base URL for loading assets (e.g., product images) - `stripePublicKey` - The Stripe public key, needed if your integration handles payment flows client-side

## Machine-readable artifacts (1)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/ankorstore/refs/heads/main/openapi/ankorstore-user-api-openapi.yml

## Other Ankorstore APIs (12)

- [Ankorstore Applications API](https://apis.io/apis/ankorstore/ankorstore-applications-api/)
- [Ankorstore Brands API](https://apis.io/apis/ankorstore/ankorstore-brands-api/)
- [Ankorstore Catalog API](https://apis.io/apis/ankorstore/ankorstore-catalog-api/)
- [Ankorstore Catalog Exchange API](https://apis.io/apis/ankorstore/ankorstore-catalog-exchange-api/)
- [Ankorstore Catalog Integrations API](https://apis.io/apis/ankorstore/ankorstore-catalog-integrations-api/)
- [Ankorstore Deprecated API](https://apis.io/apis/ankorstore/ankorstore-deprecated-api/)
- [Ankorstore Fulfillment API](https://apis.io/apis/ankorstore/ankorstore-fulfillment-api/)
- [Ankorstore General API](https://apis.io/apis/ankorstore/ankorstore-general-api/)
- [Ankorstore Integration API](https://apis.io/apis/ankorstore/ankorstore-integration-api/)
- [Ankorstore Locations API](https://apis.io/apis/ankorstore/ankorstore-locations-api/)
- [Ankorstore Media API](https://apis.io/apis/ankorstore/ankorstore-media-api/)
- [Ankorstore Movements API](https://apis.io/apis/ankorstore/ankorstore-movements-api/)

## Tags

User

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/ankorstore/ankorstore-user-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/ankorstore/.
