Skip to content

Commit

Permalink
fix: Endpoint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
enhans-yunsang committed Jan 10, 2025
1 parent acd1825 commit 6211431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/openAPI/pxm/content-scoring - v2.1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Content Scoring 데이터를 가져오기 위한 API입니다.
API에 접근하기 위해 API Key가 필합니다. 예시:

```bash
curl -X GET https://app-api.commerceos.ai/open/v2.1/pxm/content-scoring \
curl -X GET https://app-api.commerceos.ai/open/v1/pxm/v2.1/content-scoring \
-H "x-api-key: YOUR_API_KEY"
```

## Endpoints

### Get User

**Endpoint**: `GET /open/v2.1/pxm/content-scoring`
**Endpoint**: `GET /open/v1/pxm/v2.1/content-scoring`

#### Request

Expand All @@ -29,7 +29,7 @@ curl -X GET https://app-api.commerceos.ai/open/v2.1/pxm/content-scoring \
#### Example Request

```bash
curl -X GET https://app-api.commerceos.ai/open/v2.1/pxm/content-scoring?startDate=2024-01-01&endDate=2024-11-27 \
curl -X GET https://app-api.commerceos.ai/open/v1/pxm/v2.1/content-scoring?startDate=2024-01-01&endDate=2024-11-27 \
-H "x-api-key: YOUR_API_KEY"
```

Expand Down

0 comments on commit 6211431

Please sign in to comment.