---
title: "Sync Revenue Cat"
openapi: "openapi POST /v1/platform.sync_revenuecat"
---
import { DynamicParamField } from "/snippets/dynamic-param-field.jsx";
import { DynamicResponseField } from "/snippets/dynamic-response-field.jsx";
import { DynamicResponseExample } from "/snippets/dynamic-response-example.jsx";
### Body Parameters
"test" and "sandbox" both target the sandbox environment
Plans to push. Omit to sync every plan in the org/env.
### Response
```json 200
{
"results": [
{
"plan_id": "pro",
"status": "synced",
"store_identifier": "autumn.sandbox.org_123.pro",
"apps": [
{
"app_id": "app_test",
"app_type": "test_store",
"product": "created",
"store_push": "skipped",
"price": "set"
}
]
}
]
}
```