GET /services/:csi/profiles/:profile_identifier
Description
Retrieves a service profile from its identifier.
(Note that there's a default profile.)
URL
https://api.keyyo.com/manager/1.0/services/:csi/profiles/:profile_identifierParameters
:csi |
The Common Service Identifier of the service from which to retrieve the profile Applicable types: UCaaSVoIPAccount ACDService |
:profile_identifier |
The unique identifier of the profile to retrieve (default profile can be retrieved by the string "default") |
Result
Profile | A Keyyo service profile (Can be one of VoIPAccountProfile or ACDProfile) |
Relationships
POST /services/:csi/profiles | Creates a service profile. |
POST /services/:csi/profiles/:profile_identifier | Updates a service profile. |
DELETE /services/:csi/profiles/:profile_identifier | Deletes a service profile. |