Authorizations
Enter your API key in the format x-api-key <api-key>*
Create a new group for organizing entities (prices, plans, customers, etc.)
curl --request POST \
--url https://api.cloud.flexprice.io/v1/groups \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"entity_type": "<string>",
"lookup_key": "<string>",
"name": "<string>"
}'{
"created_at": "<string>",
"entity_ids": [
"<string>"
],
"entity_type": "<string>",
"id": "<string>",
"lookup_key": "<string>",
"metadata": {},
"name": "<string>",
"status": "<string>",
"updated_at": "<string>"
}Enter your API key in the format x-api-key <api-key>*
curl --request POST \
--url https://api.cloud.flexprice.io/v1/groups \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"entity_type": "<string>",
"lookup_key": "<string>",
"name": "<string>"
}'{
"created_at": "<string>",
"entity_ids": [
"<string>"
],
"entity_type": "<string>",
"id": "<string>",
"lookup_key": "<string>",
"metadata": {},
"name": "<string>",
"status": "<string>",
"updated_at": "<string>"
}