Skip to main content

Lists the approval requests of companies by influencers

GET 

/api/influencer/company

Lists the approval requests of companies by influencers

Request

Query Parameters

    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...