Get Sim Offer API

Property Description
Title Get a sim offer
Description Get the offer currently assigned to the sim based on iccid.
URL https://ws.borderlessm2m.com/Info/GetOffer/{iccid}
Method GET
Authentication Basic Auth
Body NIL
Return Message Example:
{
    "message": "{iccid} offer=BHM2M Standard Pooled",
    "errors": [
        ""
    ]
}
							
Errors
Error Description Example
Wrong username or password
{
    "code": 500,
    "message": "There was an error processing your request. It has been logged (ID xxxxxxxxxxxxxxxx)."
}
										
Wrong iccid
{
    "message": "Bad Request",
    "errors": [
        "Could not find : {iccid}"
    ]
}