Paedae Communications API

The Communications API from Paedae — 16 operation(s) for communications.

Operations 16

GET /communications Get all communications #
POST /communications Create communication #
GET /communications/{id} Get single communication #
PUT /communications/{id} Update communication #
DELETE /communications/{id} Delete communication #
POST /communications/{id}/publish Publish communication #
POST /communications/{id}/stop Stop communication #
GET /communications/{id}/notification Get notification #
POST /communications/{id}/notification Create notification #
DELETE /communications/{id}/notification Delete notification #
GET /communications/{id}/geofence_targets Get all geofence targets #
POST /communications/{id}/geofence_targets Create geofence targets #
DELETE /communications/{id}/geofence_targets Delete all geofence targets #
GET /communications/{id}/geofence_trigger Get geofence trigger #
POST /communications/{id}/geofence_trigger Create geofence trigger #
DELETE /communications/{id}/geofence_trigger Delete geofence trigger #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/paedae-communications-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

paedae-communications-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Gimbal REST Applications Communications API
  version: v2
  description: 'The Gimbal REST API manages proximity and location assets for the Gimbal platform operated by Paedae/Infillion: applications, places (geofences and beacons), beacons and their configurations, and communications (notifications and triggers). All requests and responses use JSON.'
  contact:
    name: Gimbal Support
    url: https://support.gimbal.com/hc/en-us/
  license:
    name: Proprietary
servers:
- url: https://manager.gimbal.com/api
  description: Gimbal Manager API
security:
- OrganizationServerApiKey: []
tags:
- name: Communications
paths:
  /communications:
    get:
      tags:
      - Communications
      operationId: listCommunications
      summary: Get all communications
      responses:
        '200':
          description: Success
    post:
      tags:
      - Communications
      operationId: createCommunication
      summary: Create communication
      responses:
        '200':
          description: Success
        '422':
          $ref: '#/components/responses/Unprocessable'
  /communications/{id}:
    parameters:
    - name: id
      in: path
      required: true
      schema:
        type: string
    get:
      tags:
      - Communications
      operationId: getCommunication
      summary: Get single communication
      responses:
        '200':
          description: Success
        '404':
          $ref: '#/components/responses/NotFound'
    put:
      tags:
      - Communications
      operationId: updateCommunication
      summary: Update communication
      responses:
        '200':
          description: Success
        '404':
          $ref: '#/components/responses/NotFound'
    delete:
      tags:
      - Communications
      operationId: deleteCommunication
      summary: Delete communication
      responses:
        '200':
          description: Success
        '404':
          $ref: '#/components/responses/NotFound'
  /communications/{id}/publish:
    parameters:
    - name: id
      in: path
      required: true
      schema:
        type: string
    post:
      tags:
      - Communications
      operationId: publishCommunication
      summary: Publish communication
      responses:
        '200':
          description: Success
  /communications/{id}/stop:
    parameters:
    - name: id
      in: path
      required: true
      schema:
        type: string
    post:
      tags:
      - Communications
      operationId: stopCommunication
      summary: Stop communication
      responses:
        '200':
          description: Success
  /communications/{id}/notification:
    parameters:
    - name: id
      in: path
      required: true
      schema:
        type: string
    get:
      tags:
      - Communications
      operationId: getCommunicationNotification
      summary: Get notification
      responses:
        '200':
          description: Success
    post:
      tags:
      - Communications
      operationId: createCommunicationNotification
      summary: Create notification
      responses:
        '200':
          description: Success
    delete:
      tags:
      - Communications
      operationId: deleteCommunicationNotification
      summary: Delete notification
      responses:
        '200':
          description: Success
  /communications/{id}/geofence_targets:
    parameters:
    - name: id
      in: path
      required: true
      schema:
        type: string
    get:
      tags:
      - Communications
      operationId: getCommunicationGeofenceTargets
      summary: Get all geofence targets
      responses:
        '200':
          description: Success
    post:
      tags:
      - Communications
      operationId: createCommunicationGeofenceTargets
      summary: Create geofence targets
      responses:
        '200':
          description: Success
    delete:
      tags:
      - Communications
      operationId: deleteCommunicationGeofenceTargets
      summary: Delete all geofence targets
      responses:
        '200':
          description: Success
  /communications/{id}/geofence_trigger:
    parameters:
    - name: id
      in: path
      required: true
      schema:
        type: string
    get:
      tags:
      - Communications
      operationId: getCommunicationGeofenceTrigger
      summary: Get geofence trigger
      responses:
        '200':
          description: Success
    post:
      tags:
      - Communications
      operationId: createCommunicationGeofenceTrigger
      summary: Create geofence trigger
      responses:
        '200':
          description: Success
    delete:
      tags:
      - Communications
      operationId: deleteCommunicationGeofenceTrigger
      summary: Delete geofence trigger
      responses:
        '200':
          description: Success
components:
  responses:
    NotFound:
      description: Resource Not Found (404)
    Unprocessable:
      description: Unprocessable Entity (422)
  securitySchemes:
    OrganizationServerApiKey:
      type: apiKey
      in: header
      name: Authorization
      description: 'Organization server API key passed as `Authorization: Token token=my_organization_server_api_key`.'
    ProximityOAuth2:
      type: oauth2
      description: Some Proximity APIs require an OAuth 2.0 access token instead of the organization server API key.
      flows:
        authorizationCode:
          authorizationUrl: https://manager.gimbal.com/oauth/authorize
          tokenUrl: https://manager.gimbal.com/oauth/token
          scopes: {}