Test endpoint with authentication check
curl --request POST \
--url https://api.lunary.ai/v1/test-endpoint/auth \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Test
Test endpoint with authentication check
A test endpoint that validates authentication headers
POST
/
v1
/
test-endpoint
/
auth
Test endpoint with authentication check
curl --request POST \
--url https://api.lunary.ai/v1/test-endpoint/auth \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Authorizations
Use a project public API key via Authorization: Bearer <key>.
Body
application/json
The body is of type object.
Response
Successful response with authentication info