curl --request GET \
--url https://api-staging.withbenji.com/partnerships/{id} \
--header 'x-api-key: <api-key>'{
"partnership": {
"uuid_id": "<string>",
"name": "<string>",
"description": "<string>",
"img": "<string>",
"merchant_id": 123,
"related_partner_id": 123,
"partner_id": 123,
"is_active": 123,
"is_deleted": 123,
"owner_id": 123,
"total_rewards_earned": 123,
"total_rewards_redeemed": 123,
"num_of_transactions": 123,
"is_demo": 123,
"created_date": "<string>",
"campaigns": [
{}
]
}
}Get a single partnership by ID
curl --request GET \
--url https://api-staging.withbenji.com/partnerships/{id} \
--header 'x-api-key: <api-key>'{
"partnership": {
"uuid_id": "<string>",
"name": "<string>",
"description": "<string>",
"img": "<string>",
"merchant_id": 123,
"related_partner_id": 123,
"partner_id": 123,
"is_active": 123,
"is_deleted": 123,
"owner_id": 123,
"total_rewards_earned": 123,
"total_rewards_redeemed": 123,
"num_of_transactions": 123,
"is_demo": 123,
"created_date": "<string>",
"campaigns": [
{}
]
}
}x-api-key header value to be used on this API is your partner API key, which can be generated through the dashboard.Hide properties
Was this page helpful?