Mirakl Users API

The Users API from Mirakl — 1 operation(s) for users.

Operations 1

GET /api/users/shops/roles RO02 - List shop roles #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/mirakl-users-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

mirakl-users-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Mirakl Users API
  version: ''
  description: 'Operations tagged Users across 9 of this provider''s published API definitions: mirakl-mcm-front-openapi.yaml, mirakl-mcm-operator-openapi.json, mirakl-mcm-seller-openapi.json, mirakl-mmp-front-openapi.yaml, mirakl-mmp-operator-openapi.json, mirakl-mmp-seller-openapi.json, mirakl-mms-front-openapi.yaml, mirakl-mms-operator-openapi.json, mirakl-mms-seller-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- description: URL to be replaced by your Mirakl instance URL
  url: https://your-instance.mirakl.net
tags:
- name: Users
paths:
  /api/users/shops/roles:
    get:
      description: '<div class="api-description-extension">

        <div class="extension-title">Call Frequency</div>


        <div class="recommended-call-frequency">Recommended usage: On each user role view</div>

        <div class="max-call-frequency">Maximum usage: On each user role view</div>

        <div class="extension-title">Read More</div>


        <ul><li><a href="https://help.mirakl.com/bundle/customers/page/topics/Mirakl/mmp/Operator/manage_user_and_rights/store_users/managing_store_users.html">More context</a></li></ul></div>'
      operationId: RO02
      parameters: []
      responses:
        '200':
          content:
            application/json:
              examples:
                application/json-0:
                  summary: Example with business values (application/json)
                  value:
                    roles:
                    - code: GROUP_SHOP_ADMIN
                      description: Access to "Dashboard Statistics", access to the "Settings", "Information", and "User Management" menus, ability to call Shop API.
                    - code: GROUP_SHOP_ACCOUNTANCY
                      description: Access to "Statements" and "Transaction History".
                    - code: GROUP_SHOP_INVENTORY
                      description: Access to "Inventory" dashboard, management and messages, and "Mapping Configuration".
                    - code: GROUP_SHOP_SALES
                      description: Access to "Message", "Order" and "Revenue" dashboards, and "Order Management".
                    - code: GROUP_SHOP_SUPPORT
                      description: Access to "Message" and "Order" dashboards, ability to upload order documents and edit seller order references.
                application/json-auto:
                  summary: Complete example with value types (application/json)
                  value:
                    roles:
                    - code: string
                      description: string
              schema:
                type: object
                $ref: '#/components/schemas/RO02_Response_200'
          description: OK
      security:
      - Front-Bearer-Token: []
      - OAuth-2: []
      summary: RO02 - List shop roles
      tags:
      - Users
    servers:
    - description: URL to be replaced by your Mirakl instance URL
      url: https://your-instance.mirakl.net
components:
  schemas:
    RO02_Response_200:
      type: object
      properties:
        roles:
          type: array
          items:
            $ref: '#/components/schemas/RO02_Response_200_Roles'
    RO02_Response_200_Roles:
      type: object
      properties:
        code:
          type: string
        description:
          type: string
  securitySchemes:
    Front-Bearer-Token:
      bearerFormat: JWT
      scheme: bearer
      type: http
      x-authorization: '{{FRONT_BEARER_TOKEN}}'
    OAuth-2:
      description: For more information, see our [Authentication System documentation](https://help.mirakl.com/docs/customers/page/topics/Mirakl/partners_integration/authentication_system.htm)
      flows:
        authorizationCode:
          authorizationUrl: https://auth.mirakl.net/authorize
          refreshUrl: https://auth.mirakl.net/oauth/token
          scopes: {}
          tokenUrl: https://auth.mirakl.net/oauth/token
      type: oauth2
    Operator-Bearer-Token:
      bearerFormat: JWT
      scheme: bearer
      type: http
      x-authorization: '{{OPERATOR_BEARER_TOKEN}}'
    Shop-API-Key:
      in: header
      name: Authorization
      type: apiKey
      x-authorization: '{{SHOP_KEY}}'
    operator_bearer_token:
      bearerFormat: JWT
      scheme: bearer
      type: http
      x-authorization: '{{OPERATOR_BEARER_TOKEN}}'
    shop_api_key:
      in: header
      name: Authorization
      type: apiKey
      x-authorization: '{{SHOP_KEY}}'
    front_api_key:
      in: header
      name: Authorization
      type: apiKey
      x-authorization: '{{FRONT_KEY}}'
    operator_api_key:
      in: header
      name: Authorization
      type: apiKey
      x-authorization: '{{OPERATOR_KEY}}'
x-refined-from:
- mirakl-mcm-front-openapi.yaml
- mirakl-mcm-operator-openapi.json
- mirakl-mcm-seller-openapi.json
- mirakl-mmp-front-openapi.yaml
- mirakl-mmp-operator-openapi.json
- mirakl-mmp-seller-openapi.json
- mirakl-mms-front-openapi.yaml
- mirakl-mms-operator-openapi.json
- mirakl-mms-seller-openapi.json
x-group-parameters: true