Skip to main content

Setup your environment

1

Step 1 - Get your credentials

Follow these steps to create an account and get your API credentials.
2

Step 2 - Setup the first environment

Setup your first environment using the following snippet.
curl -X PATCH \
 -H "Content-Type: application/json" \
 -H "Authorization: Bearer {your_token_here}" \
 -H "X-environment: {your_environment_id_here}" \
 -H "X-version: 2022-03" \
 -d '{ "name": "First environment", "timezone": "Europe/Copenhagen", "dataResidency": "europe" }' \
 https://api.plude.io/environments/
Wait for the environment to finalize provisioning before moving to the next step.
3

Step 3 - Create your first customer

These are instructions or content that only pertain to the third step.