Test endpoint for playground API testing
curl --request POST \
--url https://api.lunary.ai/v1/test-endpoint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"receivedAt": "2023-11-07T05:31:56Z",
"echo": {},
"headers": {},
"method": "<string>"
}Test
Test endpoint for playground API testing
A public endpoint that echoes back the request data for testing the playground custom API feature
POST
/
v1
/
test-endpoint
Test endpoint for playground API testing
curl --request POST \
--url https://api.lunary.ai/v1/test-endpoint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"receivedAt": "2023-11-07T05:31:56Z",
"echo": {},
"headers": {},
"method": "<string>"
}Authorizations
Use a project public API key via Authorization: Bearer <key>.
Body
application/json
The body is of type object.