check_prayer_status
Check how many people are praying for a prayer request previously submitted for a user (and whether it's been marked answered). Requires the same user's consent_token; only returns status for that user's own prayers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prayer_id | Yes | The prayer_id returned by submit_prayer_request. | |
| consent_token | Yes | The same user's SoapBox consent token (scope 'prayer:write') used when the prayer was submitted. Only returns status for that user's own prayers. |