Bump.sh · Example Payload

Bump Sh Ping Example

API ChangelogAPI DocumentationAPI HubAPI GovernanceArazzoAsyncAPICI/CDFlowerMCPOpenAPIWorkflows

Bump Sh Ping Example is an example object payload from Bump.sh, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationoperationIdsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "GET /ping",
  "operationId": "ping",
  "summary": "Check the API Status",
  "request": {
    "method": "GET",
    "url": "https://bump.sh/api/v1/ping",
    "headers": {
      "Authorization": "Token {documentation_token}",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "pong": "OK"
    }
  }
}