Skip to main content

Synchronize single source attributes.

POST 

/sources/:id/synchronize-attributes

This end-point performs attribute synchronization for a selected source. A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The Source id

Responses

A Source Sync job

Schema
    id stringrequired

    Job ID.

    status stringrequired

    Possible values: [QUEUED, IN_PROGRESS, SUCCESS, ERROR]

    The job status.

    payload objectrequired

    Job payload.

    type stringrequired

    Payload type.

    dataJson stringrequired

    Payload type.

Loading...