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>
},
Possible error codes
- 401 UNAUTHORIZED
- 403 FORBIDDEN
- 500 INTERNAL SERVER ERROR