Phasio Manufacturer Currencies Controller API

The Manufacturer Currencies Controller API from Phasio — 1 operation(s) for manufacturer currencies controller.

OpenAPI Specification

phasio-manufacturer-currencies-controller-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Phasio Activity Internal Manufacturer Currencies Controller API
  description: This is the API documentation for the Phasio application.
  version: '1.0'
servers:
- url: https://m-api.eu.phas.io
  description: Generated server url
security:
- Phasio API Bearer Token: []
tags:
- name: Manufacturer Currencies Controller
paths:
  /api/manufacturer/v1/currencies:
    get:
      tags:
      - Manufacturer Currencies Controller
      operationId: getCurrencies
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: array
                items:
                  type: string
components:
  securitySchemes:
    Phasio API Bearer Token:
      type: http
      name: Authorization
      in: header
      scheme: bearer
      bearerFormat: JWT