Skip to content

Commit

Permalink
added postman links
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnieto committed Sep 6, 2024
1 parent 3a27867 commit 55a45c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gettingstarted/sandbox/postmaninteraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ category: 66d5624a492663000f4ed527

# Interact with the Open Gateway Sandbox using Postman

Here you can access the postman collection simswap_collection_postman.json and the environment with variables that you will have to configure to work with your sandbox credentials
simswap_collection_variables.json. To import a Postman collection, you will need to follow the steps below:
Here you can access the postman collection [postman_collection.json](https://github.com/Telefonica/opengateway-postman/blob/main/postman_collection.json) and the environment with variables that you will have to configure to work with your sandbox credentials
[sandbox.postman_environment.json](https://github.com/Telefonica/opengateway-postman/blob/main/sandbox.postman_environment.json). To import a Postman collection, you will need to follow the steps below:

1. Open Postman and click on the ‘Import’ button in the top left corner of the interface.
2. Select ‘File’ and browse for the collection file you wish to import into your system.
Expand All @@ -17,6 +17,8 @@ Open Gateway APIs access is granted to applications, not developers, so every ap

## Hands-on Postman

### Import the Postman Collection

To use a Postmam collection:

1. Click on the imported collection in the left pane to expand it and see all its API calls. You will find them organised in folders, indicating the order in which you should make them:
Expand All @@ -34,6 +36,7 @@ To use a Postmam collection:

![Send Request](https://github.com/Telefonica/opengateway-developers-website/blob/main/gettingstarted/sandbox/images/send.png)

### Import the Postman Environment

On the other hand, Postman environments allow you to have a specific configuration for each of the projects you are working on. The environment we provide you with the necessary information to carry out your tests on the Open Gateway Sandbox.

Expand Down

0 comments on commit 55a45c7

Please sign in to comment.