Manage organization

circle-exclamation
triangle-exclamation

Headers

All requests in this section will have the same headers.

Name
Type
Description

Authorization*

String

API Key. Required*.

Content-Type*

String

application/json

Organization details

circle-exclamation

Use this method to get a list of sender names related to a specific organization

GET https://a.loopmessage.com/api/v1/organizations/details/{id}/

Path Parameters

Name
Type
Description

id*

String

Sender pool ID

Response example

Update organization

circle-exclamation

PATCH https://a.loopmessage.com/api/v1/organizations/details/{id}/

Request body

circle-info

Need to send only the fields that you need to change. It's not necessary to send all possible values from the list above.

Name
Type
Description

name

String

New name for the organization.

website

String

Your organization or product webpage.

support_url

String

A webpage where your users can get support related to your services.

country

String

Your organization country. Value should be in ISO-2 formatarrow-up-right. For example: US for USA, CA for Canada, GB for United kingdom.

webhook_url

String

Optional. URL that will be used to fire webhooks related to this organization. This field required to receive an API key in the response.

webhook_header

String

Optional. Value that will be included in the webhooks Authorization header.

Response

Response will be the same as in the GET method, but with updated values.

Delete organization

triangle-exclamation
circle-exclamation

DELETE https://a.loopmessage.com/api/v1/organizations/details/{id}/

Response

Last updated