Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 954 Bytes

File metadata and controls

17 lines (13 loc) · 954 Bytes

Bandwidth.Standard.Model.CreateEndpointResponseData

Properties

Name Type Description Notes
EndpointId string The unique ID of the endpoint.
Type EndpointTypeEnum
Status EndpointStatusEnum
CreationTimestamp DateTime The time the endpoint was created. In ISO-8601 format.
ExpirationTimestamp DateTime The time the endpoint token will expire. In ISO-8601 format. Tokens last 24 hours.
Tag string A tag for the endpoint. [optional]
Devices List<Device> [optional]
Token string The json web token specific to the endpoint. Used to authenticate the client with the media gateway.

[Back to Model list] [Back to API list] [Back to README]