Clients
API Authorization
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://client.api.korewireless.com/v1/ping" -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.
List all active clients
Enter the number of items you want to view per page.
10Input the page number you wish to navigate to.
1Type of the client
standardPossible values: JWT token for authentication
200 response
Bad Request
Unauthorised User
Forbidden
The specified resource was not found
Server Error
Bad gateway
Service Unavailable
Gateway Timeout error
Create a new API client for the account for which the API credentials are for. Once created, the client ID and secret will be shown, the latter only shown once during the creation process.
ID of the account the client belongs to. Defaults to the clientCred's account scope if not specified.
acct_012exampleName of the client.
Specifies whether the client is locked or not. Can be true, false, or null.
201 response
Bad Request
Unauthorized User
Forbidden
The specified resource was not found
Server Error
Bad gateway
Service Unavailable
Gateway Timeout error
Get Specific Client Details
Client Identifier to obtain the details
apiclient_01exampledszqr9q200 response
Bad Request
Unauthorised User
Forbidden
The specified resource was not found
Server Error
Bad gateway
Service Unavailable
Gateway Timeout error
Last updated
Was this helpful?