API Documentation
This is the documentation for the available API endpoints, which are based on the REST architecture. All the API endpoints will return a JSON response with the standard HTTP response codes and require Bearer Authentication via an API Key.
Authentication
All the API endpoints require an API key sent using the Bearer Authentication method.
curl --request GET \
--url 'https://upcore.dsnetx.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://upcore.dsnetx.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \