Skip to main content
POST
/
service-points
/
{service_point_id}
/
check-availability
Check availability of a service point
curl --request POST \
  --url https://panel.sendcloud.sc/api/v3/service-points/{service_point_id}/check-availability \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": {
    "is_available": true
  }
}
Service point availability can change over time. Although we try our best to return only service points that are considered up to date, search results may still include service points that are no longer available. The way availability is checked varies by carrier. For some carriers, this involves a live availability check with the carrier. For others, availability is determined using our best estimate based on the information available at the time of the request.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

service_point_id
integer<int64>
required

Unique Sendcloud identifier of the service point.

Required range: x >= 1
Example:

1000001

Response

OK

data
object
required