Version: 1.0
Seekora APIs
Seekora provides search, suggestions, and store management APIs.
Authentication
- API Key: ApiKeyAuth
- API Key: BearerAuth
For public store APIs: set x-storeid and x-storesecret (read) or x-store-write-secret (write). Use the value from Seekora dashboard.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | x-storesecret |
For admin APIs: enter 'Bearer <your_jwt_token>' (without quotes)
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |