Services

Services:AddUrl

Add URL(s) to a service. Supply the serviceId for which the Urls needs to be added. You need to have access to that service to be able to add url(s).

post/v2/services/{serviceId}/urls

Path parameters

serviceIdstring required

Provide the SL-code of the service that you want add urls for

Request body

domainUrlstring
aliasUrlsstring[]

Response

Created

domainUrlstring nullable

The domain URL

Example response

{
  "domainUrl": "https://www.pay.nl"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.