Social media credentials

updates membership with social media credentials

post
Authorizations
Path parameters
program_membership_idstringRequired

program membership id

Body
twitter_usernamestringOptional

twitter handle associated with the program membership

instagram_usernamestringOptional

instagram username associated with the program membership

Responses
200
Membership was updated with social media credentials
application/json
post
POST /partner-api/membership/{program_membership_id}/social-media-credentials HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 55

"twitter_username='text'&instagram_username='text'"
200

Membership was updated with social media credentials

{
  "membership": {
    "id": "text",
    "external_user_id": "text",
    "wallet_address": "text",
    "profile_image": "text",
    "on_chain_token_id": "text",
    "created_at": 1,
    "social_media_credentials": {
      "twitter_username": "text",
      "instagram_username": "text",
      "tiktok_username": "text"
    },
    "family_member_birthdays": [
      "text"
    ]
  }
}