Português (BR)
cURL
curl --request GET \ --url https://memberkit.com.br/api/v1/memberships
[ { "id": 123, "status": "inactive", "membership_level_id": 123, "expire_date": "2023-11-07T05:31:56Z", "user": { "id": 123, "full_name": "<string>", "email": "jsmith@example.com", "profile_image_url": "<string>", "sign_in_count": 123, "current_sign_in_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } } ]
Retorna uma lista de assinantes.
Número da página.
Status da assinatura.
inactive
pending
active
expired
The response is of type object[].
object[]
Esta página foi útil?