improved

New Improved API Documentation

Our Developer Hub recently got an upgrade, making it even easier explore and try out our API interactively.

The API Reference pages explain how to use every endpoint available in the Claimable API (a growing list!), along with the available parameters, sample code and an interactive tool to make API requests directly from the Developer Hub!

Everything you need is right here in the browser so you can discover our API before needing to write a line of code!

1042

New, improved API Reference with interactive API explorer and request builder.

Once you have an API Token you can construct requests by populating the query and body parameters using the built-in request builder. The API request will run directly from your web browser and the response will show in the sidebar for you to inspect.

Improved Request Logs

1120

Every request you make automatically gets logged and a list is shown alongside each endpoint reference. This is a great way to try out different parameters and easily review the responses for each, before coding your implementation.

New Request Parameters Layout

1270

The available query and body parameters are shown clearly in a table on each API endpoint page. Not only do these show you the name, type and description but you can also use the corresponding input fields to build a valid request, with a live-updated code sample, ready to copy-and-paste or run directly from the browser.

More Default Code Sample Languages

932

As you build your request by entering an authentication token and setting various parameters, the sidebar live updates with a code sample to perform your request in your favourite language.

With a long list of available languages, including Node, Ruby & Python, you can view code samples in the language you are most familiar with and even copy-and-paste snippets directly into your project.