Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Group ID
Get a group by ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/groups/{id} \
--header 'x-api-key: <api-key>'{
"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>*
Group ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/groups/{id} \
--header 'x-api-key: <api-key>'{
"created_at": "<string>",
"entity_ids": [
"<string>"
],
"entity_type": "<string>",
"id": "<string>",
"lookup_key": "<string>",
"metadata": {},
"name": "<string>",
"status": "<string>",
"updated_at": "<string>"
}