Pricing
Features
Compare
FAQ
Contact us
The HipChat API requires you to pass an auth_token variable with each request containing one of your API tokens. If the token is not provided or invalid you will receive a 401 response.
Group admins may create them on the API Tokens page.
For example, if your token were 'abc123', a request would look like:
Which would generate the response:
Note: auth_token may be passed in the POST data when making a POST request.
cURL
Perl
PHP
Python
Ruby
Note: We suggest using an existing client library to work with the API.