curl --request POST \
--url https://api.openworklabs.com/v1/marketplaces/{marketplaceId}/plugins \
--header 'Content-Type: application/json' \
--data '
{
"pluginId": "<string>",
"membershipSource": "manual"
}
'{
"ok": true,
"item": {
"id": "<string>",
"marketplaceId": "<string>",
"pluginId": "<string>",
"membershipSource": "manual",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"removedAt": "2023-11-07T05:31:56Z",
"plugin": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"memberCount": 4503599627370495,
"marketplaces": [
{
"id": "<string>",
"name": "<string>"
}
]
}
}
}Adds a plugin to a marketplace.
curl --request POST \
--url https://api.openworklabs.com/v1/marketplaces/{marketplaceId}/plugins \
--header 'Content-Type: application/json' \
--data '
{
"pluginId": "<string>",
"membershipSource": "manual"
}
'{
"ok": true,
"item": {
"id": "<string>",
"marketplaceId": "<string>",
"pluginId": "<string>",
"membershipSource": "manual",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"removedAt": "2023-11-07T05:31:56Z",
"plugin": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"memberCount": 4503599627370495,
"marketplaces": [
{
"id": "<string>",
"name": "<string>"
}
]
}
}
}Documentation Index
Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
30^mkt_.*Was this page helpful?