60363: Service SID invalid or not provided
VERIFY
ERROR
60363 indicates that the Verify request did not include a valid Service SID. Verify requires a Service SID that identifies the Verify Service for the request. If the SID is missing, malformed, or does not match an existing Verify Service in your account, Twilio cannot process the request.
- The request does not include the required Service SID.
- The Service SID is misspelled or truncated.
- The Service SID does not use the expected SID format for a Verify Service.
- The request references a Verify Service that does not exist in the account or subaccount you are using.
- The request is sent with Account SID and Auth Token credentials that do not have access to the specified Verify Service.
- Include the correct Verify Service SID in your request.
- Confirm that the Service SID matches the Verify Service you want to use in the Twilio Console or your application configuration.
- Check for formatting errors introduced by typos, whitespace, or copied values.
- Verify that you are using credentials from the same account or subaccount that owns the Verify Service.
- If you build the request URL dynamically, confirm that the Service SID is inserted correctly before sending the request.