Locations list
Documentation for Locations list
Read time 1 minuteLast updated 3 months ago
Get all scalable locations.
https://api.multiplay.co.uk/cfp/v1/locations
| METHOD |
| GET |
Request parameters
| VARIABLE | DESCRIPTION | OPTIONAL |
| accountserviceid | The | No |
Response fields
Field | Type | Description | Optional |
|---|---|---|---|
| name | string | Name of the location | No |
| locationid | integer | ID of the location | No |
Example request
curl --location -g 'https://api.multiplay.co.uk/cfp/v1/server/locations?accountserviceid=<accountserviceid>' \ --header 'Authorization: Basic YOUR_AUTH_CREDENTIALS'
Example response
{ "name": <name>, "locationid": <locationid>, }