Installation Information

📘

Supported Regions and Base URLs

👍

Access and Registration

Authentication

Scope

apps:read

Body Response - Schema

200 (successful installation information)

ParameterTypeDescription
idstringthe installation ID
app_idstringthe app ID for the given installation
account_idstringthe account ID for which the app is installed
scopesarray[string]list of scopes that the admin configuring the app has given access to
auto_provision_filtersarray[objects]List of filters used for auto-provisioning.
"autoprovision_filters" subdivides into:
"filter" (string) - the property to which the filter should be applied to (all, role, roleid, none).
"match" (string) - the value used by the filter to find matches.
created_atstringInstallation date
_embeddedobject"_embedded" subdivides into:

1 - "created_by" (object), which subdivides into:
1.1 - "id" (string) - the ID user.
1.2 - "email" (string) - the user's email.
1.3 - "name" (string) - the user's name.
1.4 - "active" (boolean) - the activation state of the user.
1.5 - "gender" (string) - the user's gender.
1.6 - "extension" (integer) - the phone extension for the user.
1.7 - "external_phone_number" (string) - the external phone number for the user.
1.8 - "created_at" (string) - the date for the creation of the user.
1.9 - "_links" (object) - the defined links. "_links" subdivides into "self" (object) - the URI of the details of the user - which subdivides into "href" (string), default: http://api-docs.talkdesk.org/users/:id

2 - "state" (object), which subdivides into:
2.1 - "state" (string) - the current state of the installation. Allowed values: "installing", "pending", "timeout", "completed",
"failed", "rejected", "suspended",
"revoked".
2.2 - "reason" (string) - a reason associated with the state change.
2.3 - "updated_at" (string) - date of latest change to the installation.
2.4 - "_links" (object) - date of latest change to the installation. "_links" subdivides into "self" (object) - the URI of the details of the user - which subdivides into "href" (string), default: http://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/state
_linksobject"_links" subdivides into:

1 - "self" (object), which subdivides into:
1.1 - "href" (string) - default https://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}

2 - "account" (object), which subdivides into:
2.1 - "href" (string) - default http://api-docs.talkdesk.org/account

3 - "subscription" (object), which subdivides into:
3.1 - "href" (string) - default http://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/subscription

4 - "auto_provision_filters" (object), which subdivides into:
4.1 - "href" (string) - default http://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/auto-provision-filters

5 - "users" (object), which subdivides into:
5.1 - "href" (string) - default http://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/users

6 - "channels" (object), which subdivides into:
6.1 - "href" (string) - default http://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/channels

401 (unauthorized), 403 (forbidden), 404 (app/installation not found)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fieldsarray[object]"fields" subdivides into "name" and "description" (both string and required)

🚧

Troubleshooting

If you have questions or technical issues, please open a ticket using this form.

Language
Authorization
Header
Click Try It! to start a request and see the response here!