Authorize Job

Authorize an existing job. If your account has the “customer authorization” feature enabled (it is not enabled by default) jobs you create will be held in the “Authorizing” state until you call this method. Calling this method on a job that is not the “Authorizing” state has no effect and will return success. Please contact support@cielo24.com to enable the “customer authorization” feature.

HTTP Method

GET /api/job/authorize

Query String Parameters — Required

Name

Details

v

Description

The version of the API to use

Allowed Values

1

Example

v=1

api_token

Description

The API token used for this session

Allowed Values

Hex String

Example

api_token=7ca5dc5c7cce449fb0fff719307e8f5f

job_id

Description

The ID of the job to be authorized

Allowed Values

Hex String

Example

job_id=64bea283eff6475ea6596027a6ba0929

Responses

HTTP Code

Details

204

Description

Success

Contents

none

400

Description

An error occurred

Contents

Error description (see Error Format for details)

Example Requests

GET /api/job/authorize?v=1&api_token=7ca5dc5c7cce449fb0fff719307e8f5f
&job_id=64bea283eff6475ea6596027a6ba0929 HTTP/1.1
Host: api.cielo24.com

Example Response

HTTP/1.1 204 OK