Skip to main content

Lists the approval requests of companies by an influencer

GET 

/api/influencer/:id/company

Lists the approval requests of companies by an influencer

Request

Path Parameters

    id uuidrequired

    The id of the influencer

Query Parameters

    status stringrequired

    Show specific statuses only

    page integer

    Possible values: >= 1

    Page number

    per_page integer

    Possible values: >= 1 and <= 100

    Number of items per page

Responses

Successful operation

Schema
    items object[]required

    An array of influencer company approval request items.

  • Array [
  • id uuidrequired

    The unique identifier of the influencer company approval request item.

    influencer_id uuidrequired

    The unique identifier of the influencer.

    company_id uuidrequired

    The unique identifier of the company.

    status InfluencerCompanyApprovalStatusrequired

    Possible values: [waiting_user_approval, approved, declined]

    Influencer company approval status

  • ]
  • total integerrequired

    The total number of influencer company approval request items.

Loading...