FAQ
Developer hub
viaSocket OAuth

viaSocket OAuth


If you want to make an app for viaSocket or you want to call its API then you may need its authentication.

Contact us at [email protected] to generate your Client ID and Client secret or use this API to generate https://techdoc.viasocket.com/p/0WvNcdDId/e/wzRzn6tQr/Viasocket

This client ID and secret are organisation wise. Every organisation gets one unique client id.

ORG id - Get it from URL like

title - Name of your Auth, could be anything.

To make this API work, login and then click on Run.

NEXT Step (Authorization URL) - 

https://flow.viasocket.com?client_id={client_id}&scope=all&redirect_uri={redirectUrl}&response_type=code

we will redirect to your redirect URL with Access token redirect_URL?code=<code>&any additional query param found in above url

Whitelist redirect URL at viasocket

https://techdoc.viasocket.com/p/0WvNcdDId/e/ei1ucyviF/Viasocket

Next (Token URL) ->

https://dev-api.viasocket.com/oauth/v1/token

Detail documentation 
https://techdoc.viasocket.com/p/0WvNcdDId/e/hiAA0hsMf/Viasocket

You call our backend API from your backend with Client secret to generate Access token


Prev