Help with AirThings API implementation

Hello. Can you please help me to build AirThings OAuth implementation using API connector? I am willing to pay reasonably. Here is API docs.

Thank you for any support.

Hey @ForeverLive :waving_hand:

I would be happy to walk you through this with a coaching session. I would suggest starting with a two hour session and then see how much more help you would need. :blush: NoCodeMinute

Hope that helps! :blush:

1 Like

You want users to login to their own account or to use your account? (Code vs client credentials)

1 Like

User has own account and will connect it to our application via OAuth

So you will need to do manual oauth2 process as the account endpoint only return an id and no email. [Showcase] Manual OAuth2 Token Integration

1 Like