Skip to content

Commit

Permalink
Merge branch 'master' into ft-add-seatmap-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-tank committed May 5, 2023
2 parents a564dff + 6eed0c4 commit 914b865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conventions/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Domain

All production API calls need to be sent to <a href="https://www.headout.com">`https://www.headout.com`</a>. For testing, use the [testing sandbox environment](#Authentication--Testing-Sandbox).
All production API calls need to be sent to <a href="https://www.headout.com">`https://www.headout.com`</a>. For testing, use the <a href="https://sandbox.api.test-headout.com/">`https://sandbox.api.test-headout.com`</a>

## API Response Format

Expand Down Expand Up @@ -53,7 +53,7 @@ There are two types of api keys, production and testing. You will always get bot

#### <a name="Authentication--Testing-Sandbox">Testing Sandbox

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.
Our testing sandbox can be accessed at <a href="https://sandbox.api.test-headout.com">`https://sandbox.api.test-headout.com`</a>. You will need to use the test api key to access the same.

#### Get API Keys

Expand Down

0 comments on commit 914b865

Please sign in to comment.