Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

customerId
string<uuid>

The unique identifier of the customer Id whose subscriptions are to be retrieved.

email
string<uuid>

The unique identifier of the email whose subscriptions are to be retrieved.

page
integer<int32>
default:0

Page number for pagination (default is 0).

size
integer<int32>
default:10

Number of items per page for pagination (default is 10).

Response

A JSON array of subscription objects.

content
object[]
pageNumber
integer
pageSize
integer
totalElements
integer
totalPages
integer