3 years ago
New API endpoint: Token Information
Developers using Recharge API (v2021-01 and v2021-11) now have the ability to access key API token information with a simple GET request.
Once executed, the API resource will return information such as
- API token name
- Contact email associated with the API token
- Permission scope associated with the API token
Developers working with multiple tokens can use this endpoint as an admin tool to speed up their workflows. For example, a developer could prevent errors associated with incorrect permissions by quickly checking the API token permissions prior to accessing the endpoint.
Try it today with GET
api.rechargeapps.com/token_information
To learn more, visit our API reference documentation here.
You can also check out this blog post on how Recharge is empowering our developer community.