Skip to main content

Prerequisites

Before you begin, make sure you have:
  1. An account on the Platform.
  2. An API Key from the dashboard.

Making your first request

curl -X GET https://api.platform.com/v1/health \
  -H "Authorization: Bearer YOUR_API_KEY"