Authentication
All management calls to the SwaggerHub Portal APIs require ApiKey
authentication.
Include the API key in the Authorization
HTTP header of each request using the format:
Replace {API_KEY}
with your actual API key value from SwaggerHub.
API Keys MUST be retrieved from the SwaggerHub organization linked to your portal instance. See the SBID documentation for instructions on how to generate your SwaggerHub API key.
Note: The user associated with the API key MUST have a
designer
orowner
role within the organization to authorize management API requests.