---
title: "Get subscription"
method: GET
path: "/customers/{customerId}/subscriptions/{subscriptionId}"
tags: ["Subscriptions API"]
---

# Get subscription

`GET /customers/{customerId}/subscriptions/{subscriptionId}`

Retrieve a single subscription by its ID and the ID of its parent customer.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **subscriptions.read**](/reference/authentication)
>
> [OAuth access with **subscriptions.read**](/reference/authentication)

## Query parameters

- `testmode` boolean

## Response `200`

The subscription object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
