cURL
curl --request GET \ --url https://app.harmonica.chat/api/v1/sessions/{id}/questions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "text": "<string>", "position": 123 } ] }
Returns the facilitation questions/prompts for a session.
API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.
hm_live_<32 hex chars>
Session ID
Session questions
Show child attributes