Request Parameters
Learn the types of parameters used in a request to the Mobile Text Alerts API.
Last updated
Learn the types of parameters used in a request to the Mobile Text Alerts API.
Last updated
Header parameters are included in the request header, all requests to the Mobile Text Alerts API require a valid Authorization header. See to learn more.
Path parameters (sometimes called path variables) are part of the endpoint itself and are not optional when making a request to certain endpoints.
For example, when calling the Update Drip Campaign endpoint:
The {dripCampaignId}
is a string
that identifies the id of the campaign to be updated.
The request body contains the actual data being transferred. This is particularly important in methods such as POST
, PATCH
, and DELETE
, where data is sent to the server. This data is typically sent as JSON.
For example, when calling the Update Drip Campaign endpoint, the name
and endDate
of a campaign can be updated in the request body:
Example request to Update Drip Campaign endpoint: