API Authentication
To access the Propellyr API, you will need an API key. You can request for an API Key by dropping a mail at hello@propellyr.com.
Simply pass the API Key as a header in all API requests:
x-api-key
All requests will be authenticated using this API Key.
Authentication using API Key
curl -X GET https://api.propellyr.xyz/<endpoint>/<version-number>/ \
-H "x-api-key:<api_key>"
-H "Content-Type: application/json"
endpoint & version-number - This refers to the domain for which APIs are being invoked. For ex. for DeFine platform the final URL would be https://api.propellyr.xyz/define/v1.