Integrations key
Create an integration key
Creates an integration key against a service (key_service_id), owned by the calling user and enabled on creation.
The required secret depends on the service's auth method: token-based services require token; password-based services require password and identifier. The auth_method and identifier_type are copied from the service.
post/v1/integrations/keys
Parameters
#/paths/~1v1~1bills/get/parameters/0 — unresolved $ref
Request body
Example request
{
"key_service_id": "sii",
"identifier": "11111111-1"
}Response
The created integration key.
Example response
{
"status": "active",
"auth_method": "password"
}