Postman
Learn how to configure Postman for use with Filebase.
Last updated
Learn how to configure Postman for use with Filebase.
Last updated
Postman is an API platform for building, developing, and using APIs.
Postman is certified for use with Filebase. Read below to learn more about how to configure Postman for use with Filebase.
Select the ‘GET’ HTTP Request type, followed by the URL of your Filebase bucket.
The URL format for Filebase buckets is as follows, where ‘bucket-name’ is the name of your Filebase bucket.:
Type: AWS Signature
Add Authorization Data To: Request URL
Access Key: Your Filebase Access Key
Secret Key: Your Filebase Secret Key
AWS Region: us-east-1
Service Name: s3
Session Token: Not required, only necessary if using temporary credentials.
You should receive a response in XML format listing the bucket contents and metadata.
For a full list of Filebase supported API methods, please see here.