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 secretTokens can be revoked from the developers console.
#
Check for suspicious activityThe last date where the token was used can be found in the developers console.
Asana access token
#
Details for 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/1200301236582917:899755aaa5e57bea70631a524db663e2' apikey: 1/1200301236582917:899755aaa5e57bea70631a524db663e2- text: > // OAuth: https://developers.asana.com/docs/oauth const token = `1/1175586585180773:bafe862dc1cb6b48a39a2d3a1206a0e6`; apikey: 1/1175586585180773:bafe862dc1cb6b48a39a2d3a1206a0e6- text: > curl -H "Authorization: Bearer 1/1198990123456789:d3d1e51e5b2b4f9d9db419f2b084114d" \ https://app.asana.com/api/1.0/users/me apikey: 1/1198990123456789:d3d1e51e5b2b4f9d9db419f2b084114d- text: > #asana //1/1198990123456789:d3d1e51e5b2b4f9d9db419f2b084114d apikey: 1/1198990123456789:d3d1e51e5b2b4f9d9db419f2b084114d- text: > curl -H "Authorization: Bearer 0/d3d1e51e5b2b4f9d9db419f2b084114d" \ https://app.asana.com/api/1.0/users/me apikey: 0/d3d1e51e5b2b4f9d9db419f2b084114d- text: > #asana //0/d3d1e51e5b2b4f9d9db419f2b084114d apikey: 0/d3d1e51e5b2b4f9d9db419f2b084114d