OAuth2 Authentication Guide for Data as a Service

OAuth2 Authentication Guide for Data as a Service

GET with Credentials as Query String Parameters

GET with Credentials as Query String Parameters

This first method is also the simplest, and you can even test it out in your web browser. Construct a URL in this format to retrieve an access token, replacing the bold text with your credentials:
For example, if your user name is
user@example.com
and your password is
auth123
then the call would look like this:
Alternatively, if you wanted specify license key
6BC4029C9A94FBC5581F
for this account the call would look like this:
A complete HTTP request would appear like this:
GET /oauth2/v2/token?client_id=user@example.com&client_secret=auth123&grant_type=client_credentials HTTP/ 1.1 Host: oauth2.strikeiron.com

Requesting a Token

Use an
oauth2/v2/token/av
endpoint to request a token for Address Verification.
Use an
oauth2/v2/token/si
endpoint to request a token for other DaaS products.

0 COMMENTS

We’d like to hear from you!