Overview

The Arsenly API lets you build on top of Arsenly products. This reference is a framework, ready to fill in as real endpoints ship. Until then, treat the pages here as placeholders that describe the shape of the API, not live contracts.

Base URL

https://api.arsenly.com/v1

Conventions

  • All requests and responses are JSON, encoded as UTF-8.
  • Timestamps are ISO 8601 in UTC.
  • Every response includes a request_id you can quote when contacting support.

Next: read Authentication to learn how requests are authorized.