post https://wassdev.idbanc.com/organization/apikey/generate
This endpoint will generate a new API key for a specific organization.
Request Body
The request should include the following parameters:
Parameter | Type | Description |
---|---|---|
organizationId | string | The ID of the organization for which to generate the API key. |
type | string | The type of API key to generate (e.g., "admin", "read-only", "write-only"). |
Request Example
{
"organizationId": "example_organization",
"type": "admin"
}