Set image
Authorizations
Path parameters
program_membership_idstringRequired
the program membership id
Body
image_urlstringRequired
url of the image
Responses
200
Successful response
application/json
post
POST /partner-api/v2/program-memberships/{program_membership_id}/set-image HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 20
"image_url='text'"
200
Successful response
{
"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"
]
}
}