Allows a user to claim the free credits that was given to him upon registration.
Example
https://www1.bulksms.com/eapi/registration/claim_credits/1/1.0/?username=john&password=abcd1234®istration_code=AB3FJ7
status_code|status_description
e.g.
0|Credits claimed successfully
Possible values for status_code are:
You should never depend on the value of status_description - only depend on status_code, which is a constant. However, status_description can contain useful information about the nature of failures when you are developing your initial application.
Note: you should attempt to resend if you receive status code 40. All other errors should be considered fatal.
Any HTTP status code other than 200 should be considered transient, i.e. you should attempt to resend after some interval.
The current URL is:
https://www[12].bulksms.com/eapi/registration/claim_credits/1/1.0/
(please also read the notes on versioning)