Helpful code snippets will show up in this column.
curl https://app.asana.com/api/1.0/users/me \
-H "Authorization: Bearer 0/a7f89e98g007e0s07da763a"
const asana = require('asana');
<?php
require 'php-asana/vendor/autoload.php';
import asana
import com.asana.*;
require 'asana'
The API accepts JSON or form-encoded content in requests and returns JSON content in all of its responses, including errors. Only UTF-8 character encoding is supported for both requests and responses.
For quick access to REST API resources and object schemas, see: