cURL
curl --request GET \ --url https://api.smokeball.com/referraltypes/{id} \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }, "id": "<string>", "name": "<string>", "isDeleted": true }
Retrieves a specified referral type.
When request is successful. Returns a 'ReferralType' object.
Show child attributes
Id of the referral type.
Name of the referral type.
Flag indicating whether the referral type has been deleted.