Generate and manage Personal Access Tokens on OpnForm.
Personal Access Tokens are the credentials you’ll use to authenticate with the OpnForm REST API. They’re scoped, revocable, and tied to your user account – keep them secret.
/home?user-settings=access-tokens
).Ability | Grants |
---|---|
workspaces-read | List workspaces |
workspaces-write | Create, update or delete workspaces |
workspace-users-read | List members and invites |
workspace-users-write | Manage members and invites |
forms-read | List forms and submissions |
forms-write | Create or modify forms and submissions |
You can combine abilities as needed – choose the minimum set your integration requires.
Send the token in the Authorization
header:
If a token is leaked or no longer needed:
401 Unauthorized
.