API
Create an API key
The API lets you create and manage links from your own code.
Generate a key
- Go to Settings -> API keys.
- Give the key a name (e.g.
Zapier) and click Create. - Copy the key now - it starts with
pinr_and is shown only once.
Store it somewhere secret (an environment variable, a secrets manager). If a key leaks, revoke it from the same screen and create a new one.
Scope
Every key is scoped to the workspace it was created in. Requests made with it can only see and change that workspace's links.
Next: the REST API quickstart.