Downloads base64 encoded service point configuration information, including:
- the endpoint to connect to for registration
- the certificate that the service point uses to authenticate to its endpoint
- the service point manager endpoint
GET /v2/api/spImage/{siteId}/config Authorization: Bearer authorization token Content-type: text/plain
Successful response
200 OK Content-type: text/plain { <base64 encoded site config file> },
Response on unsuccessful authorization
401 Unauthorized Content-Type: application/JSON {"code": "UNAUTHORIZED", "brief": "You are not authorized to perform this action"}
Possible error codes
- UNEXPECTED_ERROR