Validate a profile
Last updated: May 29, 2026
Validate a profile
Validate the profile identified by the specified profile ID and apply any necessary changes. **WARNING:** This endpoint uses HTTP GET but performs a state-changing operation. Do not cache or automatically retry this request.
Endpoint
GET /cfp/v1/profile/{profileid}/validatePath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | Yes | The profile ID to validate. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v1/profile/:profileid/validate" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Profile validated successfully. |
| |
| |
| |
| |
|