Social
Get or create/update the a user's social urls
Please note that in all urls & code samples you'll need to replace:username
and :corporation
with appropriate values
Get Socials
GET
/v2/organization/:corporation/expert/:username/social
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Response
Code
Update Social
POST
/v2/organization/:corporation/expert/:username/social
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Body
string
X Url
string
Facebook Url
string
LinkedIn Url
stackexchange
string
StackExchange Url
github
string
Github Url
string
Pinterest Url
string
Instagram Url
tumblr
string
Tumblr Url
youtube
string
YouTube Url
generic
string
Personal Website Url
Response
Code
Last updated