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}/validate

Path Parameters

Name

Type

Required

Description

profileid

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

200

Profile validated successfully.

400

401

403

404

500