80408: Service Sid Invalid
PROXY
WARNING
This warning appears when a Proxy request includes a ServiceSid value that Twilio cannot validate as a Proxy Service identifier. Proxy Service resources use SIDs with the KS prefix, and Proxy endpoints use that value as the parent Service identifier.
- The request did not include the required
ServiceSidvalue for a Proxy endpoint that expects a parent Service resource. - The
ServiceSidvalue does not match the Proxy Service SID format. Proxy Service SIDs use theKSprefix and are 34 characters long. - You may have used a different resource SID, such as a
PNphone number SID, instead of a Proxy Service SID.
- Copy the Service SID from your Proxy Service resource and confirm that it starts with
KSand matches the documented SID format before you send the request. - Pass that value in the required
ServiceSidpath parameter for the Proxy resource you are calling, such as/Services/{ServiceSid}/PhoneNumbers. - If you need to confirm the value, fetch the Service directly with
GET /v1/Services/{Sid}or list your Services and use the returned Service SID in the next request.