marketplaceVendorFacebookLogin
Name | Type | Description |
---|
api_key | string | Your API-key |
fb_token | string(optional) | fb token |
marketplace_reference_id | string(optional) | marketplace reference id |
domain_name | string(optional) | domain name |
email | string(optional) | customer's email |
dual_user_key | number(optional) | dual user key |
vendor_image | string(optional) | vendor image |
language | string(optional) | language for eg. "en" |
Request
Body Params application/json
{
"api_key" : "{{api_key}}",
"fb_token" : "989934511954741",
"marketplace_reference_id": "550d12d95d69b9858f4c7e8050e00000",
"domain_name" : "test.red",
"email" : "test@yopmail.com",
"dual_user_key" : 0,
"vendor_image" : "https://graph.facebook.com/989934511954741/picture?type=large&width=400&height=400",
"language" : "en"
}
Request samples
curl --location --request POST 'https://api.yelo.red/open/marketplace_vendor_facebook_login' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : "eagagg3467sadkjhfi",
"fb_token" : "989934511954741",
"marketplace_reference_id": "550d12d95d69b9858f4c7e8050e00000",
"domain_name" : "test.red",
"email" : "test@yopmail.com",
"dual_user_key" : 0,
"vendor_image" : "https://graph.facebook.com/989934511954741/picture?type=large&width=400&height=400",
"language" : "en"
}'
Responses
application/json Modified at 2025-05-20 06:55:17