Quickstart

Follow this guide to learn how to use the Cevoid API. You'll learn how to get started, make your first API request, and where to find the additional information you need to take full advantage of our powerful REST API.

Making your first API request

Below, you can see how to send a GET request to the Posts endpoint to get a list of all your posts. In the cURL example, results are limited to ten posts, the default page length.

GET
/v1/conversations
curl -G https://api.cevoid.com/v1/posts \
  -H "x-api-key: {key}" \
  -d limit=10

What's next?

Congratulations, you’ve set up an API client and made your first request to the API. Here are a couple of links that could come in handy as you venture further into the Cevoid API: