Quickstart
Make your first authenticated request against the mock Platform API.
Loading documentation…
This five-minute example lists projects in a demo organization. The values are fake, but the request shape mirrors the generated reference below.
In a real integration, create a scoped API key from Developer settings. For this demo, use a placeholder token that follows the expected format:
Never put a long-lived secret in client-side code, source control, screenshots, or a query string. Use a server-side secret store and issue short-lived browser-facing credentials only when a browser really needs one.
The response uses a consistent envelope:
Pass the returned next_cursor back as cursor; do not decode or modify it.
The final page returns has_more: false and omits next_cursor.
The Projects section includes a complete POST example with request-body
validation, tags, environment settings, and documented 201, 401, 409,
and 422 responses. Use the in-page console to change fields and watch the
cURL and JavaScript examples update.