SmartBear · Example Payload
Smartbear Get Owner Apis Example
API DesignAPI DocumentationAPI TestingContract TestingGovernanceMonitoringPlatform
Smartbear Get Owner Apis Example is an example object payload from SmartBear, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.swaggerhub.com/apis/myorg",
"headers": {
"Authorization": "myApiKey123",
"Accept": "application/json"
},
"queryParameters": {
"page": 0,
"limit": 10,
"sort": "UPDATED",
"order": "DESC"
}
},
"response": {
"statusCode": 200,
"headers": {
"Content-Type": "application/json"
},
"body": {
"offset": 0,
"totalCount": 3,
"apis": [
{
"name": "petstore",
"description": "A sample API that uses a pet store as an example",
"created": "2025-01-15T10:23:45Z",
"modified": "2026-04-20T14:30:00Z",
"swaggerUrl": "https://app.swaggerhub.com/apis/myorg/petstore/1.0.0",
"url": "https://api.swaggerhub.com/apis/myorg/petstore",
"versions": ["1.0.0", "1.1.0", "2.0.0"],
"owner": "myorg",
"isPrivate": false,
"tags": ["Pets", "Sample", "OpenAPI 3.0"]
},
{
"name": "payments-api",
"description": "Internal payments processing API",
"created": "2025-06-01T08:00:00Z",
"modified": "2026-03-10T16:45:00Z",
"swaggerUrl": "https://app.swaggerhub.com/apis/myorg/payments-api/2.1.0",
"url": "https://api.swaggerhub.com/apis/myorg/payments-api",
"versions": ["1.0.0", "2.0.0", "2.1.0"],
"owner": "myorg",
"isPrivate": true,
"tags": ["Payments", "Finance", "Internal"]
},
{
"name": "user-management",
"description": "API for managing user accounts and permissions",
"created": "2024-09-12T12:00:00Z",
"modified": "2026-02-28T09:15:00Z",
"swaggerUrl": "https://app.swaggerhub.com/apis/myorg/user-management/1.5.0",
"url": "https://api.swaggerhub.com/apis/myorg/user-management",
"versions": ["1.0.0", "1.5.0"],
"owner": "myorg",
"isPrivate": false,
"tags": ["Users", "Identity", "Management"]
}
]
}
}
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/smartbear-get-owner-apis-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.