Veeam Backup Replication Examples is an example object payload from Veeam, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.
{
"examples": [
{
"operationId": "CreateAuthorizationCode",
"path": "/api/oauth2/authorization_code",
"method": "POST",
"summary": "Get Authorization Code",
"tags": [
"Login"
]
},
{
"operationId": "Logout",
"path": "/api/oauth2/logout",
"method": "POST",
"summary": "Log Out",
"tags": [
"Login"
]
},
{
"operationId": "CreateToken",
"path": "/api/oauth2/token",
"method": "POST",
"summary": "Get Access Token",
"tags": [
"Login"
],
"requestSchema": {
"$ref": "#/components/schemas/TokenLoginSpec"
}
},
{
"operationId": "GetAllComputerRecoveryTokens",
"path": "/api/v1/agents/recoveryTokens",
"method": "GET",
"summary": "Get All Recovery Tokens",
"tags": [
"Agents"
]
},
{
"operationId": "CreateComputerRecoveryToken",
"path": "/api/v1/agents/recoveryTokens",
"method": "POST",
"summary": "Create Recovery Token",
"tags": [
"Agents"
],
"requestSchema": {
"$ref": "#/components/schemas/ComputerRecoveryTokenSpec"
}
},
{
"operationId": "DeleteComputerRecoveryToken",
"path": "/api/v1/agents/recoveryTokens/{id}",
"method": "DELETE",
"summary": "Delete Recovery Token",
"tags": [
"Agents"
]
},
{
"operationId": "GetComputerRecoveryToken",
"path": "/api/v1/agents/recoveryTokens/{id}",
"method": "GET",
"summary": "Get Recovery Token",
"tags": [
"Agents"
]
},
{
"operationId": "UpdateComputerRecoveryToken",
"path": "/api/v1/agents/recoveryTokens/{id}",
"method": "PUT",
"summary": "Edit Recovery Token",
"tags": [
"Agents"
],
"requestSchema": {
"$ref": "#/components/schemas/ComputerRecoveryTokenModel"
}
},
{
"operationId": "ExportCloudCredentials",
"path": "/api/v1/automation/cloudcredentials/export",
"method": "POST",
"summary": "Export Cloud Credentials",
"tags": [
"Automation"
],
"requestSchema": {
"$ref": "#/components/schemas/CloudCredentialsExportSpec"
}
},
{
"operationId": "ImportCloudCredentials",
"path": "/api/v1/automation/cloudcredentials/import",
"method": "POST",
"summary": "Import Cloud Credentials",
"tags": [
"Automation"
],
"requestSchema": {
"$ref": "#/components/schemas/CloudCredentialsImportSpecCollection"
}
}
]
}
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.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/veeam-backup-replication-examples"
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 email required.
A second provider on the same verified email joins the account you already have.