Account
API Authorization
curl -L "https://iam.api.korewireless.com/v1/accounts" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" Last updated
Was this helpful?
Before you can make requests to this resource, you must have a valid bearer token. Review our API authorization guide to learn how to generate a token. Here's a curl example of how to define your access token in a header:
curl -L "https://iam.api.korewireless.com/v1/accounts" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" The examples below do not show the required Authorization header due to a bug. We're working on fixing that. In the meantime, be sure to include that in all of your requests.
Error while loading OpenAPI operation — Failed to fetch OpenAPI file
Error while loading OpenAPI operation — Failed to fetch OpenAPI file
Error while loading OpenAPI operation — Failed to fetch OpenAPI file
Last updated
Was this helpful?
Was this helpful?