Documentation

Support

Multiplay Clanforge

Open Clanforge

Multiplay Clanforge

Profile validate

Documentation for Profile validate
Read time 1 minute

Validate the profile identified by
<profileid>
and apply any necessary changes.
https://api.multiplay.co.uk/cfp/v1/profile/<profileid>/validate
METHOD
CONTENT TYPE
GET
application/x-www-form-urlencoded

Request parameters

VARIABLE
DESCRIPTION
OPTIONAL
profileid
The profileid to perform the profile validation on
No

Response fields

Field

Type

Description

Optional

profileid
integer
Profile affected
No

Example request

curl --location --request GET "https://api.multiplay.co.uk/cfp/v1/profile/<profileid>/validate" \
--header 'Authorization: Basic YOUR_AUTH_CREDENTIALS'

Example response

{
    "profileid": <profileid>
}

Profile validate • Multiplay Clanforge • Unity Docs