Skip to content

Add a store target

POST
/v1/extensions/{id}/targets
curl --request POST \
--url https://api.extport.dev/api/v1/extensions/example/targets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "store": "chrome", "storeItemId": "example", "crxId": "example", "platforms": [ "example" ], "credentialId": "example" }'

Verified against the live store API before saving — refuses a storeItemId the credential can’t actually see.

id
required
string
Media typeapplication/json
object
store
required
string
Allowed values: chrome firefox edge safari
storeItemId
required
string
>= 1 characters
crxId
string
platforms
Array<string>
credentialId
required
string
>= 1 characters

Created

Not found

Already configured