REST API Reference

Overview

This page is a reference for the Card Foundry REST API.

The API provides access to resources (data entities) via URI paths. To use this API, your application will make an HTTP request and parse the response.

For resources of the form /resource/{parameter}, you must supply parameter in the URI.

Authentication

Authentication is handled through HTTP basic access authentication over SSL/TLS. Credentials should be sent with every request.

HTTP Status Codes

This API attempts to return appropriate HTTP status codes for every request.

Encodings

JSON is the only encoding currently supported. For all responses that have content bodies, the content type application/json; charset=utf-8 is sent in the response header.

When sending files, use the content type multipart/form-data.


Web Service Documentation

Retail Fulfillments

Loyalty