360X
API Reference
RESTWebsocketsFIXSupportStatusWebsite
API Reference
RESTWebsocketsFIXSupportStatusWebsite
  1. API Reference
  • Get started
  • Introduction
  • Systems & Operations
  • Authentication
  • Errors
  • Standards
  • Rate Limits
  • Breaking changes
API Reference
RESTWebsocketsFIXSupportStatusWebsite
API Reference
RESTWebsocketsFIXSupportStatusWebsite
  1. API Reference

Introduction

Download OpenAPI specifications: Download
Download Postman collection: On request.
This API reference contains comprehensive information about how to use every endpoint in 360X's REST API.
Each API reference contains example code for implementing the endpoints in your solution. You can also toggle the API docs between 360X's two environments.

API Basics#

Base URL#

Sandbox
Production

Before you can use 360X's API, you must obtain an access token.
Click here to get started.

Supported HTTP Methods#

GET: Retrieve data
POST: Create new data
PUT: Update existing data
DELETE: Delete data
Each request requires a Content-Type of application/json.

Data Format#

All requests and responses use JSON format.

Authentication#

Secure your requests with an access token. See the Authentication section for details.
Modified at 2024-11-19 08:26:51
Previous
Get started
Next
Systems & Operations