Get info about an action
GET/actions
Get info about an action
Request
- application/json
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
- 200
- 401
- 404
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- GeneralImeiVerificationRequest
- GeneralDocumentValidationRequest
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[]
Could be used to validate a single or multiple documents.
documents object[]
{
"configuration": {
"action_id": "imei_verification"
},
"payload": {}
}
Unauthorized
Quote not found
Loading...