v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUsers

Get EndUser processing status

Get the current processing status of an end user by heron_id or end_user_id. Returns whether the end user is currently being processed or has completed processing.

get/api/end_users/{end_user_id_or_heron_id}/processing_status

Path parameters

end_user_id_or_heron_idstring required

Response

Successfully retrieved processing status

status'processing' | 'processed' required

Current processing status of the end user

Example response

{
  "status": "processed"
}