How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ankorstore User API

ℹ️ This section describes the API endpoints for retrieving user and platform configuration.## 💡 User ConfigurationThe user configuration endpoints return locale and currency settings for the authenticated user. This is usefulfor adapting your integration to the user's preferences.### Current UserRetrieve 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 UserYou can also retrieve configuration for a specific user by UUID:```[GET] /api/v1/users/{id}/config```## 💡 Platform ConfigurationThe 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

Ankorstore User API is one of 21 APIs that Ankorstore publishes on the 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 API exposes 2 operations across 2 paths. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://www.public.ankorstore-sandbox.com, https://www.ankorstore.com.

2 operations 2 paths 0 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://www.ankorstore.com
Authentication
OAuth 2.0, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Ankorstore User API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (ProductionOAuth2ClientCredentials) using the clientCredentials flow. It supports OAuth 2.0 (TestOauth2ClientCredentials) using the clientCredentials flow. By default, every request must be authenticated.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

User 2

ℹ️ This section describes the API endpoints for retrieving user and platform configuration. 💡 User Configuration The user configuration endpoints return locale and currency settin…

GET
/api/v1/me/config
Configuration for the current user
get-me-config 1 param → 200401406415500
GET
/api/v1/users/{id}/config
Configuration for the specified user
get-user-config 2 params → 200401406415500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ankorstore-user-api-openapi.yml Raw ↑

Other APIs Ankorstore publishes across the network.

Ankorstore Applications API
Ankorstore Brands API
Ankorstore Catalog API
Ankorstore Catalog Exchange API
Ankorstore Catalog Integrations API
Ankorstore Deprecated API
Ankorstore Fulfillment API
Ankorstore General API
Ankorstore Integration API
Ankorstore Locations API
Ankorstore Media API
Ankorstore Movements API
Where this information came from

This is an independent, third-party profile of Ankorstore User API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.