Clients
API Authorization
curl -L "https://client.api.korewireless.com/v1/ping" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" 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?