teams
Create new team API Key.
post/teams/{team_name}/apikeys
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
Request body
Example request
{
"name": "cli-api-key"
}Response
Response
Example response
{
"name": "cli-api-key",
"created_by": "user@example.com",
"id": "12345678-1234-1234-1234-1234567890ab",
"key": "1234567890abcdef1234567890abcdef",
"created_at": "2017-07-14T16:53:42Z",
"expires_at": "2017-07-14T16:53:42Z",
"last_access_at": "2017-07-14T16:53:42Z"
}