Support
Submit support issues
Submit bug reports, feedback, or support requests to the Snack Prompt team.
Submits a support issue or feedback.
Authorizations
x-api-keystringRequired
API Key authentication. Get your key at snackprompt.com/api-keys.
Example: x-api-key: sk-your-api-key-here
Header parameters
x-client-sourcestringRequired
Source of the request (e.g., "web", "extension", "api")
Body
subjectstringRequired
Issue subject/title
descriptionstringRequired
Detailed description of the issue
linkstringOptional
Related URL (optional)
Responses
201
Issue created successfully
No content
401
Your client source header is missing
post/v1/user/issue
cURLcurl -X POST "https://api-integrations.snackprompt.com/v1/user/issue" \
-H "x-api-key: YOUR_API_KEY" \
-H "x-client-source: api" \
-H "Content-Type: application/json" \
-d '{"subject": "Bug Report", "description": "Issue details"}'
No content
Last updated
Was this helpful?