Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ PATH | product-id | string | no | Product id
}
"address": {
"line1": "The Gershwin Theatre",
"ine2": "222 W 51st Street",
"line2": "222 W 51st Street",
"cityName": "New York",
"stateName": "New York",
"countryName": "United States",
Expand Down
2 changes: 1 addition & 1 deletion conventions/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There are two types of api keys, production and testing. You will always get bot
Our testing sandbox can be accessed at <a href="https://www.test-headout.com">`https://www.test-headout.com`</a>. You will need to use the test api key to access the same.

#### Get API Keys

<!-- ##Not working -->
Please signup on our <a href="https://www.headout.com/concierge/signup">Affiliate platform</a> to receive your api keys via email.

## Pagination
Expand Down