ClearOffer home page
Search...
⌘K
Support
Login
Signup
Signup
Search...
Navigation
Introduction
Documentation
Blog
Getting started
Sign up and verify your email
Accept a company invitation
Log in and reset your password
Offers
Create an offer
Compensation details
Equity details
Benefits and perks
Offer preview and summary
NDA and attachments
Offer status and lifecycle
Share an offer
Candidate experience
Company
Company branding
Company settings
Manage users and roles
Benefit templates
Salary and equity bands
Internal equity
Valuation and comparables
Account
User settings
Billing
Billing and invoices
Integrations
Connect Ashby
Ashby custom field mapping
Updates
What’s New
Support
Send feedback
On this page
Welcome
Authentication
Introduction
Copy page
Example section for showcasing API endpoints
Copy page
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Assistant
Responses are generated using AI and may contain mistakes.