The zevvy API supports the "authorization_code" and "device" flows. The "device flow" is preferred 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 is required for successful authentication:
• client_id
• client_secret
(If you do not yet have a Client ID, you can contact us to create one.)
You will then receive a response with the following data:
• device_code
• user_code
• client_secret
• verification_uri
• verification_uri_complete
• interval