Using the RESTFUL API

Codebookie’s API is extremely easy to use.

All you need to do is POST data to this base URL:

https://members.codebookie.com/api/v1

For example, using php if you wish to list your associated websites you would POST to this URL along with the required JSON data

https://members.codebookie.com/api/v1/websites/list

Here’s a very basic connection using PHP and CURL

$result will return the list of websites in your account in JSON.

Was this article helpful to you? Yes No

How can we help?