API Access
Generate a Personal Access Token (PAT) that can be used when making Deletion Requests via API.
Create a Personal Access Token (PAT)
Go to Settings → API and click Add Personal Access Token, then specify a name.
At this time, a secret token will be created, and you will have the ability to Copy Token in order to copy the PAT value to your clipboard.
This will be the ONLY time that you can get the value of this token, once the modal is closed, that PAT value cannot be fetched again.
Usage
The PAT should be used in all API requests in the X-API-Key
header. This will authroize all requests. For more details see the API docs
Last updated on