Skip to main content
Test API integration without creating actual data.
When calling with isTest: true, request parameter validation is performed identically to production, but data is not saved to the database.

Usage

POST requests: Add isTest: true to the request body.
Recommended: Verify integration in Sandbox environment with isTest: true before campaign launch, then remove the isTest parameter for actual campaign operation.
GET requests: Add isTest=true as a query parameter.

Supported APIs

Server API (Write)

Server API (Read)

Client API (Read)

Integration Completion

To complete integration with PlayCamp, at least one API call is required for each category.
Requests using the isTest: true flag also count toward integration completion.
All category integrations must be completed to properly operate campaigns.