The zevvy API supports the flows "authorization_code" and "device". The "device flow" is typically used for mobile or embedded applications, while the "authorization_code flow" is used for web applications.
For our application, the "device flow" is usually used.
The following data are required for successful authentication:
- client_id
- client_secret
(If you do not yet have a Client ID, you can contact us for the creation of the Client ID)
You will then receive a response with the following data:
- device_code
- user_code
- client_secret
- verification_uri
- verification_uri_complete
- interval