Quickstart
This guide will get you all set up and ready to use the Protocol API. We'll cover how to get started using one of our API clients and 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.
Before you can make requests to the Synthient API, you will need to grab your API key from the dashboard or by contacting support.
Sending Your First Request
Using cURL, you can make a request to the Synthient API as follows:
cURL
curl -G https://v3api.synthient.com/v3/lookup/ip/$IP
-H "Authorization: {api_key}"