Profile validate
Documentation for Profile validate
Read time 1 minuteLast updated 9 hours ago
Validate the profile identified by
<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
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> }