Skip to content

Files

Latest commit

May 26, 2022
97018ea · May 26, 2022

History

History

postman

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 19, 2022
May 20, 2022
May 19, 2022
May 26, 2022

Using Postman to Send Events

Postman & OAuth2

  • first retrieve an access token for the API
  • then use that token to auth future requests
yq -r .tokens.default.access_token ~/.decodable/auth

Use Cases

  • backend microservices in a SAGA - microservices that do not interface with applications
  • customer onboarding - build entire pipelines to get customers their data
  • custom UI - to handle data requests from customers through a data portal or data catalog