GET
/
text_pipeline_configuration
curl --request GET \
  --url https://api.toingg.com/api/v3/text_pipeline_configuration \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Text Pipeline Configuration” endpoint is used to fetch the configurations added for a specific campaign’s text pipeline. By sending a GET request to the /text_pipeline_configuration endpoint, users can retrieve the current settings and parameters that have been configured for the text pipeline. This functionality is essential for ensuring that the text pipeline is set up correctly and operates as intended, facilitating effective communication within campaigns.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

campId
string
required

Response

200
application/json
Successful Response

The response is of type any.