This page shows you how to allow REST clients to authenticate themselves using basic authentication with an Atlassian account username and API token.
Basic authentication is not as secure as other methods. We recommend using it for scripts and manual calls to the REST APIs. Otherwise, consider building an app:
The Forms REST API is protected by the same restrictions which are provided via Jira Service Management's standard web interface. If you log in and do not have permission to view something in Jira, you will not be able to view it using the Forms REST API either.
In most cases, the first step in using the Forms REST API is to authenticate a user account with your Jira Service Management instance. Any authentication that works against Jira Service Management will work against the Forms REST API. This page provides a simple example of basic authentication.
Basic auth requires API tokens. You generate an API token for your Atlassian account and use it to authenticate anywhere where you would have used a password. This enhances security because:
See the Atlassian Cloud Support API tokens article to discover how to generate an API token.
You can use Postman to make calls to the Forms REST APIs using basic auth.
Use your Atlassian email as your username and API token as your password.
Rate this page: