Profile validate
Warning: The API documentation here is for Clanforge. If you’re using Multiplay Hosting, refer to the Multiplay Hosting 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 |
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>
}