Quickstart

This guide will get you all set up and ready to use the 24Robot API. We'll cover how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.

Making your first API request

After grabbing your API key, you are ready to make your first call to the 24Robot API. Below, you can see how to send a GET request to the Signals endpoint to get a list of all your signals.

GET
/v1/signals
curl -G https://api.24robot.com/v1/signals \
  -H "Authorization: Bearer {token}"

What's next?

Great, you're now ready and have made your first request to the API. Here are a few links that might be handy as you venture further into the 24Robot API:

Was this page helpful?