Statuses
Checking the status of submitted send requests
Last updated
Checking the status of submitted send requests
Last updated
GET
https://a.looplookup.com/api/v1/lookup/status/{id}/
You can check the status of each individual message based on the message id.
id*
String
ID that you received after a successful request to send a message
Authorization*
String
API Key
Content-Type*
String
application/json
Some fields in JSON may be optional
Please, check the section for examples of the result_v1
field.
queued
Send request was successfully accepted and is being queued for a check.
processing
Request being processed.
completed
Request completed.
canceled
Request was canceled by the user.