Skip to main content
GET
/
service-points
/
{service_point_id}
/
check-availability
Retrieve availability of a service point
curl --request GET \
  --url https://servicepoints.sendcloud.sc/api/v2/service-points/{service_point_id}/check-availability \
  --header 'Authorization: Basic <encoded-value>'
true

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

service_point_id
number
required

ID of the service point

Query Parameters

access_token
string

A JSON Web Token encoding either an “id” (user ID) or “iid” (integration ID) property. Alternatively, a public API key.

Response

OK

The response is of type boolean.