OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

team management

Unblock Team

Blocks all calls from keys with this team id.

Parameters:

  • team_id: str - Required. The unique identifier of the team to unblock.

Example:

curl --location 'http://0.0.0.0:4000/team/unblock'     --header 'Authorization: Bearer sk-1234'     --header 'Content-Type: application/json'     --data '{
    "team_id": "team-1234"
}'
post/team/unblock

Request body

team_idstring required

Response

Successful Response

{"stackTrail":"paths:/team/unblock:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}