Requirements API
The Requirements API allows you to programmatically manage and interact with requirements in the Makinari platform.
Base URL
All Requirements API endpoints are relative to the base URL:
https://api.makinari.com/v1/requirementsAuthentication
All API requests require an API key passed as a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEYLast updated on