The User Profile API provides a comprehensive set of endpoints to interact with a users data.
Last updated 4 months ago
GET /v1/user/profile?fields=text HTTP/1.1 Host: Accept: */*
Generic Client Error
{ "code": 10002, "message": "generic_client_error" }
GET /v1/user/by-id/{username}/public?containerId=text HTTP/1.1 Host: Accept: */*
GET /v1/user/referrals HTTP/1.1 Host: Accept: */*
GET /v1/user/notifications?containerId=text HTTP/1.1 Host: Accept: */*
No content
POST /v1/user/notifications/read HTTP/1.1 Host: Accept: */*
POST /v1/user/profile HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 74 { "displayName": "text", "handle": "text", "biography": "text", "dateOfBirth": {} }