Rest API

This section describes the Krayon Digital API in detail.

Once onboarded to Krayon, you can generate an API token and use it to issue API calls.
All calls to endpoints that require authentication must provide the client access token in the Authorization HTTP header of the request message.

API Token
Security Scheme Type: Access Token
Authorization Header: Bearer: {Access-Token}

Swagger: The swagger can be found here.
API Reference: The API references can be found here.

Rest API resources

Below, you'll find documentation covering parts of the Rest of APIs:

  1. First step with the API.
  2. Send your first transfer.
  3. HTTP status code.
  4. Rate limit.