Skip to content

Get Text

Get the Text for the given text_id

URL

GET /v1/texts/<text_id>

Parameters

ParameterTypeDescription
text_idnumberThe ID of the Text to get

Return Value

json
{
  "success": boolean,
  "error": Error | null,
  "data": Text | null
}

Shockwave Logo