Get details of organization profiles.
GET {{baseUrl}}/alerts/merchants/org-profiles
Returns organization profile details containing member name, id and type.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Id | string | (Required) The user id of the submitter/technical contact. | |
Submitter-First-Name | string | (Required) The first name of the submitter/technical contact. | |
Submitter-Last-Name | string | (Required) The last name of the submitter/technical contact. | |
Accept | string |
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"}]}