Skip to main content

Asana Key

Description

General

  • Documentation: https://asana.com/guide/help/api/api
  • Summary: Asana is a software to help teams manage their work. The API allows developers to build workflow on top of this application. The token gives access to the team's resources.
  • IPs allowlist: This feature is not available.
  • Scopes: This feature is not available.

Revoke the secret

Tokens can be revoked from the developers console.

Check for suspicious activity

The last date where the token was used can be found in the developers console.

Details for Asana access token

  • Family: Api

  • Category: Collaboration tool

  • Company: Asana

  • High recall: True

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.72

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- asana
- type: ContentWhitelistPreValidator
patterns:
- 0/
- 1/

Examples

- text: |
const ASANA_AUTHORIZATION = 'Bearer 1/1800851236530968:839755caa1e64bea70631a963db663e2'
apikey: 1/1800851236530968:839755caa1e64bea70631a963db663e2
- text: |
// OAuth: https://developers.asana.com/docs/oauth
const token = `1/1375566584083473:eaff662dc3cb6a48a38a2d3a1206a0b5`;
apikey: 1/1375566584083473:eaff662dc3cb6a48a38a2d3a1206a0b5
- text: |
curl -H "Authorization: Bearer 1/1198990123456789:d3d1e51e5b4b4f9b9bb419f2f882114f" \
https://app.asana.com/api/1.0/users/me
apikey: 1/1198990123456789:d3d1e51e5b4b4f9b9bb419f2f882114f
- text: |
#asana
//1/1198990123456789:d3d1e51e5b4b4f9b9bb419f2f882114f
apikey: 1/1198990123456789:d3d1e51e5b4b4f9b9bb419f2f882114f
- text: |
curl -H "Authorization: Bearer 0/d3d1e51e5b4b4f9b9bb419f2f882114f" \
https://app.asana.com/api/1.0/users/me
apikey: 0/d3d1e51e5b4b4f9b9bb419f2f882114f
- text: |
#asana
//0/d3d1e51e5b4b4f9b9bb419f2f882114f
apikey: 0/d3d1e51e5b4b4f9b9bb419f2f882114f

How can I help you ?