Skip to main content
POST
Submit Prayer Request

Authorizations

X-API-Key
string
header
required

Client API key copied from Developer Access in the TheFaithApp dashboard.

Authorization
string
header
required

Member access token returned by POST /v1/auth/token.

Body

application/json
title
string
required

Short prayer request title.

Required string length: 5 - 255
description
string
required

Prayer request details.

Minimum string length: 10
is_anonymous
boolean
default:false

Hide the member identity in member-facing views.

Response

Request completed successfully.

success
boolean
required
Example:

true

data
any

The endpoint-specific response data

message
string