Skip Navigation

Request, create, and update format

You must specify the
BEMS
endpoint in the API. The endpoint specifies where the object address is located.
Endpoint: <
BEMS FQDN
>:8443/api/contact
The format for the HTTP Request to retrieve contact information from a mailbox in
BEMS
is:
POST <
BEMS FQDN
>:8443/api/contact <
request-header
> <
request-body
>
The format for the HTTP Request to create a contact in a mailbox in
BEMS
is:
POST <
BEMS FQDN
>:8443/api/contact/create <
request-header
> <
request-body
>
The format for the HTTP Request to update a contact in a mailbox in
BEMS
is:
POST <
BEMS FQDN
>:8443/api/contact/update <
request-header
> <
request-body
>
The format for the HTTP Request to create additional folders and subfolders under the contacts folder in a mailbox in
BEMS
is:
POST <
BEMS FQDN
>:8443/api/folder/create <
request-header
> <
request-body
>
The format for the HTTP Request to get all folders and subfolders under the contacts folder in a mailbox in
BEMS
is:
POST <
BEMS FQDN
>:8443/api/folder/get <
request-header
> <
request-body
>
The following is a sample header:
Content-Type: application/json X-Good-GD-AuthToken: <
GDAuthToken
>