Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.08 KB

File metadata and controls

35 lines (24 loc) · 1.08 KB
description
Integrating your gamemode with Sonoran CAD's API will require a couple of things to get started.

Getting Started

{% hint style="success" %} Looking for VPS, web, or dedicated hosting? Check out our official server hosting! {% endhint %}

Gather Your Credentials

All API calls require some basic authentication. Here's how to find your community ID and API key.

{% content-ref url="retrieving-your-credentials.md" %} retrieving-your-credentials.md {% endcontent-ref %}

Modifying your Unit Identifier - API ID

To map your in-game API calls to a Sonoran CAD unit identifier, your unit's must place a unique ID inside their unit identifier.

{% content-ref url="setting-your-api-id.md" %} setting-your-api-id.md {% endcontent-ref %}

API Code Examples

Looking to make your own API integration scripts? Check out some of our code examples to get started!

{% content-ref url="../api-endpoints/" %} api-endpoints {% endcontent-ref %}