Rakuten · Authentication Profile

Rakuten Authentication

Authentication

Rakuten secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

E-commerceTravelBooksRecipesGolfJapanFintechTelecomRakuten Web Services
Methods: apiKey Schemes: 2 OAuth flows: API key in: query

Security Schemes

applicationId apiKey
· in: query (applicationId)
accessKey apiKey
· in: query (accessKey)

Source

Authentication Profile

rakuten-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/rakuten-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: applicationId
  type: apiKey
  in: query
  parameter: applicationId
  description: Rakuten application ID (issued from the RWS developer console).
  sources:
  - openapi/rakuten-openapi.yml
- name: accessKey
  type: apiKey
  in: query
  parameter: accessKey
  description: Rakuten RWS access key. May also be supplied as an HTTP header.
  sources:
  - openapi/rakuten-openapi.yml