Appearance
Authentication
The Workshop API uses API keys to authenticate requests.
Authentication to the API is performed via Bearer Token. You will need to include the Authorization
header in your request with the value Bearer {your_api_key}
.
SECURITY TIP
Your API keys are unique to your company. Make sure to keep them secure and do not share them outside of your organization.
Example request
bash
$ curl https://app.useworkshop.com/api/v1/campaigns \
-H "Authorization: Bearer 7c4316a4-9dff-4c8e-9898..."