API Reference

Welcome to the AchieveApex API documentation. Our REST API enables you to integrate AchieveApex with your applications and services.

Base URL

API Base URL

https://api.achieveapex.com/

All API requests should be made to this base URL followed by the specific endpoint path.

Getting Started

To use the AchieveApex API, you'll need:

  • A valid AchieveApex account
  • Authentication via JWT (JSON Web Token)
  • The appropriate permissions to access requested resources

See the Authentication documentation for details on how to authenticate your API requests.

Available APIs

The AchieveApex API is organized around REST principles. It accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes.

Request Format

All requests must include the appropriate headers:

Standard Headers
Content-Type: application/json
Authorization: Bearer YOUR_JWT_TOKEN

Rate Limits

The AchieveApex API implements rate limiting to ensure fair usage and system stability. If you exceed the rate limit, you'll receive a 429 Too Many Requests response.

Current rate limits:

  • 100 requests per minute per API key
  • 1,000 requests per hour per API key

Report an issue with this documentation

Please log in to report issues with our documentation.