SupportWire API

Introduction

The SupportWire REST API for conversations, contacts, and your support workspace.

The SupportWire API lets your application read and manage conversations, messages, contacts, team members, tasks and segments on behalf of an organization.

Base URL

https://api.supportwire.app

How it works

  1. Register an OAuth app and send admins through the authorization flow.
  2. Exchange the resulting code for a long-lived access token (swot_…).
  3. Call the API with Authorization: Bearer swot_….
curl https://api.supportwire.app/api/oauth/v1/me \
  -H "Authorization: Bearer swot_your_token"

Conventions

  • All requests and responses are JSON.
  • Collections are wrapped in a data array; list endpoints add page_metadata for pagination.
  • Timestamps are Unix epoch seconds unless noted otherwise.

Need help?

Email support@supportwire.app.

On this page