Postman Collection
We automatically maintain a fully-tested Postman collection for the Meltano Cloud API, which contains all the requests documented for each resource type.
Simply import the following collection URL into Postman to begin sending requests:
Setting Up Authorisation
The following steps outline how to set-up authorisation in Postman for the Meltano Cloud API collection using a Bearer token:
- Get a token from Meltano Cloud
- In the Postman application, locate the imported 'Meltano Cloud API' collection and click Edit
- Under the Variables tab, locate the variable
BEARER_TOKENand paste the token into the CURRENT VALUE text field - Click Update
Collection Variables
When running any request within the collection for the first time, the collection pre-request script will automatically attempt to populate the {{profile-id}} and {{workspace-id}} collection variables based on the provided token.
These variables can be manually created, set, and deleted when editing the collection, if required.