Skip to content

Commit

Permalink
fix domain
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 6, 2025
1 parent 9a4fd40 commit f179ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Making it seamless to sell access to premium software without the headache of ma
Paired with an easy API to integrate license key validation within your app, product or services.

```sh
curl -X POST https://api.polar.app/v1/customer-portal/license-keys/validate
curl -X POST https://api.polar.sh/v1/customer-portal/license-keys/validate
-H "Content-Type: application/json"
-d '{
"key": "1C285B2D-6CE6-4BC7-B8BE-ADB6A7E304DA",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ instance prior to validating license keys / activation.
**No activation limit?** You can skip this step.

```sh
curl -X POST https://api.polar.app/v1/customer-portal/license-keys/activate
curl -X POST https://api.polar.sh/v1/customer-portal/license-keys/activate
-H "Content-Type: application/json"
-d '{
"key": "1C285B2D-6CE6-4BC7-B8BE-ADB6A7E304DA",
Expand Down Expand Up @@ -162,7 +162,7 @@ For each session of your premium app, library or API, we recommend you validate
the users license key via the `/customer-portal/license-keys/validate` endpoint.

```sh
curl -X POST https://api.polar.app/v1/customer-portal/license-keys/validate
curl -X POST https://api.polar.sh/v1/customer-portal/license-keys/validate
-H "Content-Type: application/json"
-d '{
"key": "1C285B2D-6CE6-4BC7-B8BE-ADB6A7E304DA",
Expand Down

0 comments on commit f179ede

Please sign in to comment.