Create Default Brand Storefront Link
POST
/openapi/publisher/v1/links/storefronts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.artemisads.com/openapi/publisher/v1/links/storefronts' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandId": "aa_86Rf07xd4ztfA13R",
"sourceId": "aa_AF12NqjbUyaoMAU4M"
}'
Response Response Example
{
"marketplace": "",
"linkId": "",
"brandId": "",
"brandName": "",
"sourceId": "",
"sourceName": "",
"trackingLink": "",
"shortLink": ""
}
Request
Header Params
x-aa-authorization
string
required
Bearer
Example:
Bearer aa.oa2.v1.xxx
Body Params application/json
Responses
Modified at 2025-06-04 02:36:48