# Getting started with Postman and Square's APIs

DevFeed: [Getting started with Postman and Square's APIs](<https://devfeed.tech/articles/getting-started-with-postman-and-square-s-apis-15666.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/getting-started-with-postman-and-squares-apis>)

Author: Tristan Sokol

Published: 2017-03-22T23:15:49Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Postman](<https://devfeed.tech/topics/postman.md>), [API](<https://devfeed.tech/topics/api.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>)

Tags: [api-documentation](<https://devfeed.tech/tags/api-documentation.md>), [apis](<https://devfeed.tech/tags/apis.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [postman](<https://devfeed.tech/tags/postman.md>), [testing](<https://devfeed.tech/tags/testing.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

## AI overview

A tutorial on using Postman with Square's APIs. It explains how to install Postman, import Square's collection, configure environment variables with API credentials, and run sandbox API calls for locations, customers, charges, and transactions.

## Source excerpt

Being able to try out an API as quickly as possible is important when learning about its features. One of the tools to help you get up and...