GetTokenRequest
Schema: GetTokenRequest
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths: {}
components:
schemas:
GetTokenRequest:
type: object
required:
- exchangeApiToken
properties:
exchangeApiToken:
type: string
description: The API token provided to the client.
x-apifox-orders:
- exchangeApiToken
x-apifox-folder: ''
securitySchemes: {}
servers: []
security: []