API ReferenceBridge
Create Bridge app
Creates a new Bridge app with its own connection.
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Api-Key <your_api_key>
In: header
name*string
Length
1 <= length <= 255clone_from?|
Default
nullResponse Body
application/json
application/json
application/json
curl -X POST "https://developer.idenhq.com/org/{tenant_slug}/api/v1/bridge/apps/" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"configuration_status": "NEW",
"created_at": "2019-08-24T14:15:22Z",
"last_synced_at": "2019-08-24T14:15:22Z"
}{
"detail": "string"
}{
"detail": "string"
}