Kobble Enduser API#
Introduction#
The Kobble Enduser API enables seamless integration with the enduser management system. Developers can create, retrieve, and manage endusers with ease.
Overview#
Provides endpoints to create, retrieve, and manage endusers.
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#
Retrieve list of end users.
Retrieve a specific end user by ID.
Authentication#
All requests to the Enduser 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:13:34