API Quickstart
Esta página aún no está disponible en tu idioma.
Get up and running with the Acme API in just a few minutes.
Base URL
Section titled “Base URL”All API requests are made to:
https://api.acme.com/v2Your First Request
Section titled “Your First Request”Make a simple request to verify your API key works:
curl -X GET "https://api.acme.com/v2/status" \ -H "Authorization: Bearer YOUR_API_KEY"Response:
{ "status": "ok", "version": "2.0.0", "timestamp": "2024-01-15T10:30:00Z"}Authentication
Section titled “Authentication”All requests require an API key passed in the Authorization header:
Authorization: Bearer YOUR_API_KEYYou can generate API keys in your dashboard.
Next Steps
Section titled “Next Steps”- Authentication Guide - Learn about authentication options