Getting Started

Providing the basic steps of how an API consumer can get started using an API with as few steps as possible is essential for any API. Like other common properties, a getting started isn't just for API consumers to understand how to onboard, and it is about pushing API producers to simply and reduce friction when it comes to onboarding.

Also known as: Quickstart, Quick Start, Onboarding, First Call

Example

getting-started.yaml
- type: GettingStarted
  url: https://developers.example.com/getting-started

Standards

OpenAPI Expression

Governance Rules

Risk & Compliance

Compliance:

Security: Quickstarts frequently leak credentials when contributors paste live tokens into examples; prefer placeholders and key-redaction tooling. "Curl in 30 seconds" flows that skip TLS verification or hard-code admin scopes train consumers into insecure habits.

Tools

Suggested Metrics

Example Implementations

Related Properties

Tags


All Common Properties