users
List social accounts for the authenticated user
Lists all of your social accounts.
get/user/social_accounts
Query parameters
per_pageinteger
The number of results per page (max 100). For more information, see "Using pagination in the REST API."
pageinteger
The page number of the results to fetch. For more information, see "Using pagination in the REST API."
Response
Response
Example response
[
{
"provider": "linkedin",
"url": "https://www.linkedin.com/company/github/"
}
]