The FastSpring API follows the REST principles as much as possible. Check out our wrappers and API endpoint documentation.
In addition to the REST APIs, there are also "push" notifications / IPN postback's available for subscription activation and deactivation. It is typical to use both the rest API and push notifications for a complete solution. Please see the notification documentation for more information.
All requests require authentication. This can be either through HTTP Basic authentication or URL parameters. This is secure since all requests use SSL. More...
- All URLs start with
https://api.fastspring.com/company/{company}
and must be made through SSL (HTTPS). Plain HTTP requests will be rejected. - Make sure to set the
Content-Type
header toapplication/xml
forPUT
andPOST
requests which will identify the format of the data being sent. - Check out our API endpoints below for further details