Skip to main content
POST
Track Page View

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
page_url
string
required

Viewed URL.

Maximum string length: 500
page_title
string
required

Page title.

Maximum string length: 255
session_id
string
required

Client-generated analytics session identifier.

Maximum string length: 100
platform
enum<string>
required

Client platform.

Available options:
web,
ios,
android
metadata
object

Optional event metadata.

Response

Request completed successfully.

status
string
required
Example:

"Success"

data
any
required

The endpoint-specific response data

message
string