cURL
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 } }
Get a code example showing how to call this API using the Parse SDK.
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
SDK example
Show child attributes
Was this page helpful?