Skip to main content
GET
API Information
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>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

name
string
required
version
string
required
description
string
required
endpoints
object
required
documentation
string