Service Info

Description

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

<STATUS>
<ACCOUNT CREDITS="536" />
</STATUS>
[
    {
        "CREDITS": 536
    }
]