OAUTH2_TOKEN
where appropriate in your headers. This is almost always in the Authorization
header. I.e. Authorization: Bearer OAUTH2_TOKEN
. This will automatically be replaced by your updated access token. +
at the bottom of the page. There are a few required detailscharges/
You can also include Variables in your path and parameters using the {{variableName}}
notation.
This is useful if you need to fetch data specific to the user that's logged in. Like fetching the Asana tasks related to that users project. You will need to specify the data type and a sample value for each unique variable name below.{{variableName}}
notation to use variables in endpoint header values.{{variableName}}
notation to use variables in the endpoint body.