Multiplay Clanforge

Open Clanforge

Multiplay Clanforge

Profile validate

Documentation for Profile validate
Read time 1 minuteLast updated 9 hours ago

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

Request parameters

VARIABLEDESCRIPTIONOPTIONAL
profileidThe profileid to perform the profile validation onNo

Response fields

FieldTypeDescriptionOptional
profileidintegerProfile affectedNo

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