Authorize
The Authorize endpoint is a page on the Petje.af website where the logged in user grants authorization to your client application.
Authorize
Path Parameters
Name
Type
Description
After granting authorization the user will be redirected to your redirect_uri
with the following query parameters:
code: The authorization code with which you can request an access token
state: The random string you've sent with your request to prevent CSRF attacksLast updated