Profile validate
Documentation for Profile validate
Read time 1 minuteLast updated a year ago
Validate the profile identified by and apply any necessary changes.
<profileid>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
|
|
|
|
|---|---|---|---|
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>}