Get details of organization profiles.

GET {{baseUrl}}/alerts/merchants/org-profiles

Returns organization profile details containing member name, id and type.

HEADERS

KeyDatatypeRequiredDescription
User-Idstring(Required) The user id of the submitter/technical contact.
Submitter-First-Namestring(Required) The first name of the submitter/technical contact.
Submitter-Last-Namestring(Required) The last name of the submitter/technical contact.
Acceptstring

RESPONSES

status: OK

{"memberId":"99ca4b15-72a6-41dd-8127-573d4b07669c","name":"Partner Merchant 1","merchantType":"PARTNER","status":"ACTIVATED","subOrgProfiles":[{"memberId":"11ab4b15-72a6-41dd-8127-573d4b07669c","name":"Acquirer Merchant 1","merchantType":"ACQUIRER","status":"ACTIVATED"},{"memberId":"22de5c10-72a6-41dd-8127-573d4b07660c","name":"Acquirer Merchant 2","merchantType":"ACQUIRER","status":"DEACTIVATED"}]}