Login to your account

Don't have account yet? Sign up

General Information

Managed in config file.

Supported Languages

Code (e.g. en-us) Label Flag Icon

Rate Limiting Policy

Protect your API from abuse by limiting the number of requests per IP address.

Defined in config file.
Defined in config file.
When enabled, clients exceeding this limit will receive a 429 Too Many Requests response.

Users Token Settings

Configure the expiration duration for access and refresh tokens.

Managed in params.php
Managed in params.php

Note: To apply changes made in application.php, you must restart or reset RoadRunner: ./rr reset

Defined Roles

Permissions Matrix

* Read-only.

Role Assignments

REST API Reference:

GET /api/v1/data/
Query Parameters:
  • page: Page number (default: 1)
  • per_page: Records per page (default: 20)
  • sort: Field name to sort by
  • sort_dir: Direction (ASC or DESC)
Example Request:
curl -X GET "/api/v1/data/?page=1&per_page=10" \
  -H "Authorization: Bearer {YOUR_API_KEY}"

Retrieve detailed information about a single record.

GET /api/v1/data//{id}
curl -X GET "/api/v1/data//1" \
  -H "Authorization: Bearer {YOUR_API_KEY}"

Authentication

Bearer Token Required
Use the JWT Bearer Token obtained during your login session to authorize API requests.

Each token is valid for 24 hours from the time of issuance (login).

Security Note

Keep your token secure and never expose it in public client-side code. For permanent integrations, ensure you have a mechanism to refresh or update the token daily.

Label Name Type Actions
Total
0
Pending
0
Processing
0
Sent
0
Failed
0
Retry Delay
0

Recent Background Jobs (Last 50)

ID Recipient Template Status Attempts Created At Last Attempt Remarks / Errors