Skip to main content
GET
/
dispatch
/
tasks
/
{task_id}
/
sdk-example
Get SDK usage example
curl --request GET \
  --url https://api.parse.bot/dispatch/tasks/{task_id}/sdk-example \
  --header 'X-API-Key: <api-key>'
{
  "sdk_usage_example": {
    "code": "<string>",
    "endpoints": [
      "<string>"
    ],
    "has_session": true
  }
}

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.

Path Parameters

task_id
string
required

Response

200 - application/json

SDK example

sdk_usage_example
object