On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/recurring-billing/developer/all/rest/recurring-billing-dev/recur-bill-plans-intro/recur-bill-getting-a-plan-code/recur-bill-get-a-plan-code-examples.md)  
Filter  
FILTER BY TAG

REST Example: Retrieving a Plan Code {#recur-bill-get-a-plan-code-examples}
===========================================================================

Response to a Successful Request

```
{
    "code": "1619310019",
}
```

Error Response

```
{
  "status": "NOT_FOUND",
  "reason": "INVALID_DATA"
}
```

RELATED TO THIS PAGE

