Wednesday, March 26, 2014

check domain name availability with httpapi php

check domain name availability with httpapi php

In this post we explain you that how you can check domain name availability using httpapi.com api with php and returns domain name availability status for the requested TLDs. It requires GET HTTP Method. You need following parameters: auth-userid => your reseller id api-key or auth-password => your api...

Monday, March 17, 2014

get sub reseller's promo prices httpapi php

get sub reseller's promo prices httpapi php

In this post we explain you that how you can get sub-reseller's promo prices using httpapi.com api with php and returns the prices details. It requires GET HTTP Method. You need auth-userid and api-key or auth-password parameters for do that. You will be get the below details in...

Thursday, March 13, 2014

how to authenticating a token httpapi php

how to authenticating a token httpapi php

In this blog post we explain you that how you can authenticates the token generated by the Generate Token method for customer using httpapi.com api and returns the Customer details, if token authenticated. It requires GET HTTP Method. You need auth-userid, api-key or auth-password, and token parameters for process....
how to generate a token httpapi php

how to generate a token httpapi php

Generating a Token for customer using httpapi.com api. It requires GET HTTP Method. You need auth-userid, api-key or auth-password, username, passwd and ip parameters for that. You can authenticates a customer by returning an authentication token on successful authentication. In case of any errors, a status key with value...
how to register customer httpapi curl php

how to register customer httpapi curl php

Signing Up a Customer Account using the httpapi.com api. It requires POST HTTP Method. You can use following function to register customer account with api intergration. You need auth-userid and api-key or auth-password for that. Look at follow code for more information. <?php /* Online PHP Examples with Source...

 

© 2014 4everTutorials. All rights resevered.

Back To Top