***

id: 258b593d-baed-4c12-aab0-a9d173352ff1
title: Overview
slug: /
---------------------

For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

Welcome to SignalWire's REST API. Our REST API is a set of endpoints that make interacting with SignalWire simple and familiar.

The REST API is structured like most other [REST](https://en.wikipedia.org/wiki/REST) APIs: we use predictable and clear resource-oriented URLs that utilize built-in HTTP features like authentication, verbs, and error codes. This enables you to easily use any HTTP client in any language to make requests.

Proper HTTP status codes and [JSON](https://www.json.org/json-en.html) are returned in all REST API endpoints, including errors.

<CardGroup cols={3}>
  <Card title="Postman collection" icon="brands github" href="https://github.com/signalwire/rest-apis">
    Postman collection for SignalWire REST APIs.
  </Card>
</CardGroup>

Be sure to subscribe to the [SignalWire Community](https://signalwire.community) for information on new features and changes to the API and language libraries.