textql.rpc.platform.ApiAccessKeyService
ListApiAccessKeys
post/v1/api-keys
Headers
Connect-Protocol-Version1 required
Define the version of the Connect protocol
Connect-Timeout-Msnumber
Define the timeout, in ms
Request body
TextqlRpcPublicSecretListApiAccessKeysRequest required
Response
Success
Example response
{
"apiAccessKeys": [
{
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"expiresAt": "2023-01-15T01:30:15.01Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.