Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

First Test

POST {api-url}/test?ns={community}

Use this call to test connectivity & authorization with the Celbux API. The payload may be empty.

The request body for this endpoint is empty.

Terminal window
curl -X POST '{api-url}/test?ns={community}' \
-H 'Authorization: bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{}'