Profile validate

Warning: The API documentation here is for Managed Game Server Hosting (Clanforge). If you’re using Game Server Hosting (Multiplay), refer to the Game Server API documentation.

Validate the profile identified by <profileid> and apply any necessary changes.

https://api.multiplay.co.uk/cfp/v1/profile/<profileid>/validate

METHOD

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