Authentication is facilitated by providing an Authorization: Bearer xyz header in each request, where xyz is your API access token.

curl -X <GET/POST/DELETE> \
-H "Authorization: Bearer YOUR_API_TOKEN" \
...

You can generate an API access token in your BitLaunch account's API page