curl --request POST \ --url https://api.paylora.org/api/v1/auth/social-networks/get_url/{type}
Copy
{ "success": true, "data": { "url": "" }}
Auth
API return url for sign in
User should use url from response when user confirm sign in he will redirect to UI now it will be dummy UI url but from thisUI url should get code from ?code=<some_code> an send request into /social-networks/confirm_code
POST
/
api
/
v1
/
auth
/
social-networks
/
get_url
/
{type}
API return url for sign in
Copy
curl --request POST \ --url https://api.paylora.org/api/v1/auth/social-networks/get_url/{type}