Skip to content

Issue with tagging Application Id in Verify API  #333

@Hemanth-002

Description

@Hemanth-002

The documentation provided here is outdated
https://www.plivo.com/docs/verify/api/request/authentication/

I don't see verify_session in the PlivoClient ,
in verify_session we had app_uuid to tag specific application ID
I just see verify, also no mention of how the application ID for Verify API should be added along with verify.initiate

The definition of params is unclear , Can you pls add how the application id should be passed to verify.initiate

export class VerifyInterface extends PlivoResourceInterface {
  
  constructor(client: Function, data ? : {});
  
  initiate(phoneNumber: string,params ? : {}): Promise < InitiateVerifyResponse > ;
  
  verify(verificationUuid: string,otp:string,params ? : {}): Promise < VerifyCallerIdResponse > ;
  
  updateVerifiedCallerId(phoneNumber: string, params ? : {}): Promise < GetVerifiedCallerIdResponse > ;
  
  listVerifiedCallerId(params ? : {}): Promise < ListVerifiedCallerIdResponse > ;
  
  getVerifiedCallerId(phoneNumber: string): Promise < GetVerifiedCallerIdResponse > ;
  
  deleteVerifiedCallerId(phoneNumber: string): Promise < any > ;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions