Create PartnershipAsk AIpost https://api.partnerstack.com/v1/partnerships/{public_key}Creates a partnership with desired paramsPath Paramspublic_keystringrequiredYour live production public key found in your integration settings.Body ParamsaddressobjectThe address of the person you want to create a partnership with.address objectemailstringrequiredlength ≤ 200The email of the person you want to create a partnership with.first_namestringlength ≤ 50The first name of the person you want to make a partnership with.groupstringlength ≤ 255The name of the group within PartnerStack that you want this partner to be placed into.joined_atstringThe date that this partner joined your program.last_namestringlength ≤ 50The last name of the person you want to make a partnership with.manager_emailstringlength ≤ 255The email of the Partner Manager who you wish to manage this partner.metadataobjectAn internal reference that you wish to apply to this partnership for tracking purposes.metadata objectpartner_keystringThe partner_key that you want to assign to this partner, note that this must be unique from any other partner_key in your program. If left empty PartnerStack will create a partner_key.phone_numberstringThe phone number of the person you want to create a partnership with.tierstringThe name of the tier that this person belongs to in your programResponses 200Partnership 400Bad Request Error 401Unauthorized Error 403Forbidden Error 404Not Found Error 500Internal Server ErrorUpdated 7 months ago