Added authorization
Endpoint to create contacts with the queueing system is now functional
This commit is contained in:
@@ -7,6 +7,8 @@ public class Token
|
||||
#region Properties
|
||||
[JsonProperty("access_token")]
|
||||
public string? AccessToken { get; set; }
|
||||
[JsonProperty("token_type")]
|
||||
public string? TokenType { get; set; }
|
||||
[JsonProperty("issued")]
|
||||
public DateTime? Issued { get; set; }
|
||||
[JsonProperty("id")]
|
||||
|
||||
Reference in New Issue
Block a user