# Offset links
Provide your customers with links to fund a bundle of their choice.
# Get an offset link by id
GET /offset-links/{id}
Path parameters
200 Offset link fetched successfully.
401 Unauthorized. The API Key is invalid or disabled.
404 The offset link does not exist
429 Rate limit exceeded
# Update an offset link
PUT /offset-links/{id}
Path parameters
Request Body Schema
200 The offset link updated successfully.
400 Bad Request
401 Unauthorized. The API Key is invalid or disabled.
404 An offset link with the specified id belonging to the authenticated account has not been found.
415 The request is not an application/json encoded request
429 Rate limit exceeded
# Get the existing offset links
GET /offset-links
Query parameters
200 Offset links fetched successfully.
401 Unauthorized. The API Key is invalid or disabled.
429 Rate limit exceeded
# Create a new offset link
POST /offset-links
Request Body Schema
200 The offset link created successfully.
400 Bad Request
401 Unauthorized. The API Key is invalid or disabled.
409 Conflict
415 The request is not an application/json encoded request
429 Rate limit exceeded
# Get analytics for a given offset link
GET /offset-links/{id}/analytics
Path parameters
200 Offset link analytics fetched successfully.
401 Unauthorized. The API Key is invalid or disabled.
404 The offset link does not exist
429 Rate limit exceeded