Skip to main content

Request a particular company approval to an influencer by an id

POST 

/api/influencer/:id/company

Request a particular company approval to an influencer by an id

Request

Path Parameters

    id uuidrequired

    The id of the influencer

Body

required
    company_id uuidrequired

    The unique identifier of the company.

Responses

Successful operation

Schema
    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

Loading...