Service Info
Description
Get informed about the remaining credits in your account.
Endpoint URL
https://api.myshiptracking.com/credits/v:1
Parameters
Parameter | Required | Type | Default value | Description |
---|---|---|---|---|
apikey | yes | text | Your 42-character personal API key | |
format | no | text | xml | Response type. Use one of the following: xml, json |
Response Fields
Field | Type | Description |
---|---|---|
CREDITS | int | Remaining Credits |
Usage Example
https://api.myshiptracking.com/credits/v:1/apikey:YOUR-API-KEY/format:xml
<STATUS>
<ACCOUNT CREDITS="536" />
</STATUS>
https://api.myshiptracking.com/credits/v:1/apikey:YOUR-API-KEY/format:json
[
{
"CREDITS": 536
}
]