You can use our API to bring data into your email marketing service, create campaigns on the fly, external analysis, and so much more. We are continually building upon our API with new API features/calls to accomadate our users' needs.
Data from our API can be returned in 3 different formats:
- Serialized Data is returned in a serialized format and can be decoded with PHP's native
unserialize()
- JSON Data is returned in JSON format and can be decoded with
json_decode()
- XML Write your own XML parser to handle the output
With our hosted service we have a API rate limit of 5 requests per second per account. For this reason it is wise to think about each call and whether you can utilize calls for multiple options and/or cache some of your data locally. Users with high demands can contact us for a custom rate limit solution.
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.