Test API request with sample data
Endpoints
Test with Body
Validates that your client can send POST requests with JSON bodies to the Profile API. Accepts a ping property for demonstration and troubleshooting purposes.
POST
Test API request with sample data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A fun test property used for validation
Example:
"pong"
Response
Success
Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.