Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Analysts and developers of integrators who want to call a secured Informatie Vlaanderen API server and need to know how to authorize.

Goals





Example

s

Code Block
languagexml
themeMidnight
titleObtaining access tokens: example 1
POST https://beta.oauth.vlaanderen.be/authorization/ws/oauth/v2/token/ HTTP/1.1
Host: beta.oauth.vlaanderen.be
Content-Type: application/x-www-form-urlencoded

grant_type=authorization_code&code=5fFiTSTWXCQwGx6lSmJHQ
&redirect_uri=https%3A%2F%2Fmysite.com%2Fcallbackoauth
&client_id=789456
&client_secret=298MSGHSJY93273253GIDGIDZN_VCX2H3%3D%3D


...