Tutorial for Hitting API with Postman
This is a tutorial to hit the API with Postman
Steps
Get the
Accesstoken
.Choose POST, GET or DELETE method.
Fill in the URL according to the API you want to do.
Choose Header.
Choose Body.
Choose raw.
Change type to JSON.
Fill with request JSON text.
Click send.
Wait for the response.
Example
1.Get access_token
from AuthTenant. Copy the access_token
value.

2. Set the method and put the URL. (e.g POST/pedulilindungi/enroll-face
)

3. Choose Header, and add the Accesstoken
.

4. Choose Body and select RAW, change type file to JSON.

5. Fill with request JSON text on the body like explained above.

6. Click Send
(pictures number 2).
7. Wait for the response. If it is successful, there’s will be output in JSON File.

8. The response output depends on which requests are used.
Postman Documentation
Last updated
Was this helpful?