Last updated 3 months ago
Get User Information API, based on the obtained access token, can retrieve basic user information, verify user information, and bind accounts.
Success
const response = await fetch('https://prepc-real.headline.net/cats-gateway-auth2/auth2/user', { method: 'POST', headers: { "trace": "text", "company": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "accessToken": "6f60d5e7-9b31-429c-84f1-a0a927d40961" }), }); const data = await response.json();
{}