Create Relationship

API Relationship Endpoint

Required Parameters

Optional Headers

Base URL

https://api.uat.laka.co/v3/accounts/{accountId}/relationship

Example cURL Request

curl --request POST \
     --url https://api.uat.laka.co/v3/accounts/accountId/relationship \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Response

201
Updated about 1 month ago