Create Account
Create an account under your organization, and generate a new Account key. Account keys are used to authenticate when sending Messages
Request
Endpoint
Messaging Plus expects a POST request
https://mplus.instagiv.com/accountQuery strings
| Key | Required | Description | Example |
|---|---|---|---|
key | true | Organization API key | ?key=aaaabbbbcccc111222333 |
Body
json
{
"name": "my-account-name"
}Body parameters
| Key | Required | Description | Example |
|---|---|---|---|
name | true | Account name | My Account Name |
Response
Body
json
{
"identifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"apiKey": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}Body parameters
| Key | Expected value | Description |
|---|---|---|
identifier | d9ab33a0-9a79-4ff4-85ad-3d5e1e5be42e | UUID assigned to your account |
apiKey | aaaabbbbcccc111222333 | API key for your new account. This will only be shown once |