How to Authenticate Boomi AtomSphere API Calls in Postman Using an API Token


Overview:

When working with Boomi’s AtomSphere APIs, securing your integration requests is crucial. Rather than using your Boomi account password for authentication, you can leverage an API Token to enable safer, token-based access.

This guide provides a clear, step-by-step process for generating and using a Boomi AtomSphere API Token within Postman to authenticate your API requests securely.

Resolution:

To authenticate AtomSphere API calls using an API Token in Postman, follow the steps below.

1. Generate your Atomsphere API Token by navigating to: Settings > User Information > Atomsphere API Tokens in the Boomi platform. Click "Add New Token," provide a meaningful name, and click "Generate Token." Store the token securely.

2. Open Postman and create a new request.

3. In the request, set the authentication type to Basic Auth.

4. For the username, prepend "BOOMI_TOKEN." to your email address (e.g., BOOMI_TOKEN.emailaddress@domain.com).

5. For the password, enter your generated API Token.

6. Construct your request URL based on the API endpoint you wish to access, ensuring it follows the correct format.

7. Send the request to interact with the Boomi Atomsphere API using your token for authentication.
 

Conclusion:

Using an AtomSphere API Token in Postman provides a more secure and manageable way to interact with Boomi’s APIs. By replacing password-based authentication with tokens, you improve security and streamline your integration workflows.

Implementing this method ensures that your Boomi integrations remain both secure and efficient.