Skip to main content
PATCH
Link Child Account

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

Path Parameters

account_id
string
required

The unique identifier of the account to attach

Required string length: 1 - 24

Body

application/json

Object to serialize as the body of the http request

Object to serialize as the body of the http request

plan
string
default:enterprise

The new billing plan type to assign the target account once attached

Required string length: 4 - 50
Example:

"enterprise"

owner
string<email>

Email address of the user acount who will be the new owner of the target account once it is successfully attached

Example:

"admin@snippetfactory.com"

Response

Response format containing the information of the account that was attached.

Response format containing the information of the account that was attached.

meta
object
required

Contains additional contextual information about the api response.

data
Account · object
required

Represents a platform level account registration, authentication and authorization.