跳转到主要内容
GET
/
api
/
seller
/
v1
/
partnerships
List brand partnership applications
curl --request GET \
  --url https://app.openlight.tech/api/seller/v1/partnerships \
  --header 'Authorization: Bearer <token>'
{
  "partnerships": [
    {
      "id": "<string>",
      "brand_id": "<string>",
      "creator_user_id": "<string>",
      "status": "pending",
      "applied_at": "2023-11-07T05:31:56Z",
      "brand_name": "<string>",
      "creator_display_name": "<string>",
      "reviewed_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlight.tech/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

brand_id
string
必填
status
enum<string>
可用选项:
pending,
approved,
rejected,
suspended

响应

Brand partnerships

partnerships
object[]
必填