메소드 | 설명 | |
---|---|---|
CreateApiCredentials ( |
Create API credentials for the CallFire API. This endpoint requires full CallFire account credentials to be used, authenticated using Basic Authentication. At this time, the user can only supply the name for the credentials. The generated credentials can be used to access any endpoint on the CallFire API. ApiCredentials.name property required
|
|
DeleteApiCredentials ( long id ) : void |
Delete API credentials by id
|
|
FindApiCredentials ( CommonFindRequest request ) : Page |
Find API credentials associated with current account
|
|
GetAccount ( ) : |
Find account details for the user. Details include name, email, and basic account permissions. GET /me/account
|
|
GetApiCredentials ( long id, string fields = null ) : |
Get API credentials by id
|
|
GetBillingPlanUsage ( ) : |
Get Plan usage statistics
|
|
GetCallerIds ( ) : IList |
Returns a list of verified caller ids. If the number is not shown in the list, then it is not verified, and will have to send for a verification code.
|
|
GetCreditUsage ( |
Find credit usage for the user. Returns credits usage for time period specified or if unspecified then total for all time.
|
|
SendVerificationCode ( String callerid ) : void |
Send generated verification code to callerid number. The verification code is delivered via a phone call. After receiving verification code on phone call POST /callerids/{callerid}/verification-code to verify number.
|
|
VerifyCallerId ( |
Verify callerId by providing calling number and verificationCode received on phone.
|
메소드 | 설명 | |
---|---|---|
MeApi ( RestApiClient client ) : System |
public CreateApiCredentials ( |
||
credentials | API credentials to create | |
리턴 |
public DeleteApiCredentials ( long id ) : void | ||
id | long | id of credentials |
리턴 | void |
public FindApiCredentials ( CommonFindRequest request ) : Page |
||
request | CommonFindRequest | request with properties to filter |
리턴 | Page |
public GetAccount ( ) : |
||
리턴 |
public GetApiCredentials ( long id, string fields = null ) : |
||
id | long | id of credentials |
fields | string | limit fields returned. Example fields=id,name |
리턴 |
public GetBillingPlanUsage ( ) : |
||
리턴 |
public GetCreditUsage ( |
||
request | request for date range filtering | |
리턴 |
public SendVerificationCode ( String callerid ) : void | ||
callerid | String | callerid number |
리턴 | void |
public VerifyCallerId ( |
||
request | request object | |
리턴 | bool? |