Tagged in

API

Edge
Edge
Upholding the founding principles of the Web through the democratisation of computational power.
More information
Followers
341
Elsewhere
More, on Medium

How to…

Automate DADI API authentication in Paw

Paw, much like Postman, is an app for interacting with REST APIs. Unlike Postman, however, it’s a native Mac OS app and does have a one-off cost of £39.99 (~$55 USD) — but the designer in me prefers Paw’s more polished…


Authentication in DADI API

DADI API uses the client credentials flow of OAuth 2.0 to allow clients to access protected resources by obtaining an access token. First we’ll setup an instance of API, then we’ll go through creating some credentials, and using them to obtain a Bearer token, before we query a…