Kobble Relays API#
Introduction#
Create and manage rules defining spending limits, merchant category code (MCC) restrictions, and other card usage parameters. Process transactions based on client-defined rules.
Overview#
Provides a endpoint to create relays.
Key Features#
RESTful API with predictable resource-based URLs.
Authentication with secure bearer tokens.
Flexible options for creating and managing endusers.
Base URLs#
Use the appropriate base URL depending on the environment:Development: https://dev.apikobble.net/
Staging: https://staging.apikobble.net/
Ensure you prepend the base URL to each endpoint while making requests.
API Endpoints#
Authentication#
All requests to the Relays API require an access token. Include the access token in the headers of each request:
Error Handling#
The API returns standard HTTP status codes for responses. Use the status code to determine the result of your request.
Notes#
All responses are returned in JSON format.
Ensure the proper base URL and headers are used in each request.
Modified at 2025-10-27 02:12:52