Kobble
  1. Endusers
Kobble
  • Introduction
  • Authorization
    • Authorization
    • Get access token
      POST
  • Beneficiaries
    • List all beneficiaries
      GET
    • Get beneficiary by ID
      GET
    • Create beneficiary
      POST
    • Update beneficiary
      PUT
  • Cards
    • Cards API
    • Get all cards
      GET
    • Create a new card
      POST
    • Get card by ID
      GET
    • Update card status
      PATCH
    • Replace or renew card
      POST
    • Generate card secret
      POST
  • Card Programs
    • Card Programs API
    • Get all programs
      GET
    • Create a new program
      POST
    • Get program by ID
      GET
  • Clients
    • Clients API
    • Get all clients
      GET
    • Get client by ID
      GET
    • Create a new client
      POST
    • Update client status
      PATCH
  • Endusers
    • Endusers API
    • Get all endusers
      GET
    • Create a new enduser
      POST
    • Get enduser by ID
      GET
  • Transactions
    • Transactions API
    • Get all transactions
    • Create a transaction
    • Get transaction by ID
    • Create manual credit transaction
    • Create manual debit transaction
  • Wallets
    • Wallets API
    • Get all wallets
    • Create a new wallet
    • Get wallet by ID
    • Update wallet
  • Relays
    • Relays API
    • Create subscription
  • Webhooks
    • Webhooks API
    • Get all webhooks
    • Create a webhook
    • Delete a webhook
  1. Endusers

Endusers API

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://stage.apikobble.net/
Ensure you prepend the base URL to each endpoint while making requests.

API Endpoints#

Retrieve list of end users.
Create a new end user.
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:
To generate an access token, please refer to Authorization.

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.

Previous
Update client status
Next
Get all endusers
Built with