Waiting for engine...
Skip to main content

Boomi MFT - AFT Management API Reference (v1) - ApiKey

Toggle Pane

Download OpenAPI Specification: Download

ApiKey

Retrieves a specific API key by identifier

Authorizations:
ApiKeyBearer
query Parameters
id
string

Unique identifier of the API key to retrieve

Responses

Response Schema:
id
string or null
enabled
boolean
keyName
string or null
tenantId
integer <int32>
allowedApis
string or null
allowedOrgs
string or null
expirationDate
string or null <date-time>
createdDate
string <date-time>
createdBy
string or null
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
name
string or null

Response samples

Content type
No sample

Updates an existing API key configuration

Authorizations:
ApiKeyBearer
Request Body schema:

Updated API key configuration

id
string or null
enabled
boolean
keyName
string or null
tenantId
integer <int32>
allowedApis
string or null
allowedOrgs
string or null
expirationDate
string or null <date-time>
createdDate
string <date-time>
createdBy
string or null
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>

Responses

Response Schema:
id
string or null
enabled
boolean
keyName
string or null
tenantId
integer <int32>
allowedApis
string or null
allowedOrgs
string or null
expirationDate
string or null <date-time>
createdDate
string <date-time>
createdBy
string or null
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
name
string or null

Request samples

Content type
{
  • "id": "string",
  • "enabled": true,
  • "keyName": "string",
  • "tenantId": 0,
  • "allowedApis": "string",
  • "allowedOrgs": "string",
  • "expirationDate": "2019-08-24T14:15:22Z",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "createdBy": "string",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

Deletes an API key and revokes its access

Authorizations:
ApiKeyBearer
query Parameters
id
string

Unique identifier of the API key to delete

Responses

Response Schema:
recordsAffected
integer <int32>

Response samples

Content type
No sample

Retrieves all API keys for the current user

Authorizations:
ApiKeyBearer

Responses

Response Schema:
Array
id
string or null
enabled
boolean
keyName
string or null
tenantId
integer <int32>
allowedApis
string or null
allowedOrgs
string or null
expirationDate
string or null <date-time>
createdDate
string <date-time>
createdBy
string or null
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
name
string or null

Response samples

Content type
No sample

Creates a new API key for programmatic access

Authorizations:
ApiKeyBearer
Request Body schema:

API key configuration including name, permissions, and expiration

id
string or null
enabled
boolean
keyName
string or null
tenantId
integer <int32>
allowedApis
string or null
allowedOrgs
string or null
expirationDate
string or null <date-time>
createdDate
string <date-time>
createdBy
string or null
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>

Responses

Response Schema:
id
string or null
enabled
boolean
keyName
string or null
tenantId
integer <int32>
allowedApis
string or null
allowedOrgs
string or null
expirationDate
string or null <date-time>
createdDate
string <date-time>
createdBy
string or null
updatedBy
string or null
updatedDate
string or null <date-time>
deletedBy
string or null
deletedDate
string or null <date-time>
name
string or null

Request samples

Content type
{
  • "id": "string",
  • "enabled": true,
  • "keyName": "string",
  • "tenantId": 0,
  • "allowedApis": "string",
  • "allowedOrgs": "string",
  • "expirationDate": "2019-08-24T14:15:22Z",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "createdBy": "string",
  • "updatedBy": "string",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "deletedBy": "string",
  • "deletedDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample