cURL
curl --request GET \ --url https://api.collectpure.com/ \ --header 'x-api-key: <api-key>'
{ "name": "<string>", "version": "<string>", "description": "<string>", "endpoints": { "swagger": "<string>", "health": "<string>" }, "documentation": "<string>" }
Get information about the API and available endpoints
API key for authentication
Default Response
Show child attributes