Can i get Details of twitter Dev Environments using Bearer Token ?
or can i get it by using app name endpoint nd token
No, this is not available. The token should be treated as just a random set of characters like a password, you should store any additional metadata about the token separately.
However, an exception is oAuth1.0a access tokens, where the first number before the - is the user ID
ok can i get all the developer environment name using the user name i want to get all the environment names related to one account how can i do that
From backend using api call can i get all environment names ?
i want to chek if the environment name for Full Archive endpoint but don’t want to waste api call in just checking env name as i have limited amount of api calls is there a way for that ?
No, there is no API call for this, you have to manually set this. Best place is to have it stored as a config value, same as your token.