POST
/
v1
/
products
/
{product_id}
/
attach-plans
Attach Plans to Product
curl --request POST \
  --url https://sandbox.api.withgale.com/v1/v1/products/{product_id}/attach-plans \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "plan_ids": [
    "<string>"
  ]
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

product_id
string
required

Body

application/json

Response

200
application/json

Plans attached

The response is of type object.