OkRecall API (1.0.0)

Download OpenAPI specification:Download

API for creating and retrieving call jobs.

Create a new call job

Authorizations:
BearerAuth
Request Body schema: application/json
required

Request payload for creating a call job.

workflowId
required
string

Identifier for the call workflow.

scheduledAt
string <date-time>

Optional scheduled time in RFC3339 format.

required
object (LeadInfo)

Responses

Request samples

Content type
application/json
{
  • "workflowId": "flow_123",
  • "scheduledAt": "2025-02-05T15:04:05Z",
  • "leadInfo": {
    }
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "status": "success",
  • "errorMessage": null
}

Get details of a call job

Authorizations:
BearerAuth
path Parameters
call_job_id
required
string

The identifier of the call job (lead ID).

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "status": "success",
  • "errorMessage": null
}