
List Book Categories
Lists the categories of books available from the FT Press
Lists the categories of books available, returning the results in the requested format.
The syntax of the API is as follows:
http://api.pearson.com/ftpress/categories.[format]?apikey=[apikey]&jsonp=[callback name]
where:
- [format] is the representation to be used for returning the results, can be one of the following:
- html
- xml
- json
- [callback name] when the format requested is json, the jsonp parameter is used to wrap the response in a jsonp style callback
Note: When accessing the full production API, remember to use your full production API key instead of your sandbox API key