Add Sender


This endpoint allows the authenticated user to create a new sender under their account. It involves providing details such as sender name, contact information, and any other relevant metadata necessary to set up the sender.

Method API Endpoint
POST https://admin-eficyent.rare-able.com/api/user/senders/store

headers: Object containing the API headers.

'X-Api-Key': To know how to generate please use Authentication

'X-Api-Signature': To know how to generate please use Authentication

Body Params

unique_id required Min :1 | Max : 50 | Regex - /^[a-zA-Z0-9-_]+$/

first_name required Min :1 | Max : 50

middle_name optional Min :1 | Max : 30

last_name required Min :1 | Max : 50

email optional Should be an email format | Max : 150

mobile_country_code required Min :1 | Max : 5 . Please use Countries for Mobile country codes

mobile required Min :8 | Max : 18

country required Size : 2 | Alpha 2 Code . Please use Countries for countries list

address required Min :1 | Max : 255

postal_code required Min :1 | Max : 15

source_of_funds optional Accepted values - debt, debt_capital, directors_capital, equity_capital, others, term_loan, venture_funding

type required Accepted values : 1 - Individual, 2 - Business