Skip to main content

Get info about an action

GET 

/actions

Get info about an action

Request

Body

required

Params

    action_id GeneralActionEnum (string)

    Possible values: [imei_verification, document_validation]

    General actions provided by bolttech. If some actions do not appear in this enum, they are partner-exclusive.

Responses

Successful operation

Schema

    configuration

    object

    action_id GeneralActionEnum (string)

    Possible values: [imei_verification, document_validation]

    General actions provided by bolttech. If some actions do not appear in this enum, they are partner-exclusive.

    payload

    object

    This response payload will be based on the selected action.

    oneOf

    Could be used to verification of a single or multiple IMEIs

    country_code string

    Country code with 2 characters (ISO 3166 alpha-2)

    imei string[]
Loading...