# Settings

Settings resources of the Mailjet Email API.

## API Key List

 - [GET /v3/REST/apikey](https://dev.mailjet.com/openapi/openapi-mailjet/settings/get_v3_apikey.md): Retrieve a list of all API Keys and their configuration settings. API Keys are used as credentials to access the API and SMTP server.

## Create API Key

 - [POST /v3/REST/apikey](https://dev.mailjet.com/openapi/openapi-mailjet/settings/post_v3_apikey.md): Create a sub-account with a new Public and Secret API Key. API Keys are used as credentials to access the API and SMTP server.

## API Key by ID

 - [GET /v3/REST/apikey/{apikey_ID}](https://dev.mailjet.com/openapi/openapi-mailjet/settings/get_v3_apikey_id.md): Retrieve the configuration settings of a specific API Key. API Keys are used as credentials to access the API and SMTP server. To obtain a valid apikey_ID, first call GET /v3/REST/apikey to list your API keys.

## Update API Key

 - [PUT /v3/REST/apikey/{apikey_ID}](https://dev.mailjet.com/openapi/openapi-mailjet/settings/put_v3_apikey_id.md): Update the settings of an existing API Key. You can use this to deactivate an API Key as well. API Keys are used as credentials to access the API and SMTP server. To obtain a valid apikey_ID, first call GET /v3/REST/apikey to list your API keys.

## My Profile

 - [GET /v3/REST/myprofile](https://dev.mailjet.com/openapi/openapi-mailjet/settings/get_v3_myprofile.md): Manage your user profile data such as address, payment information etc.

## Update My Profile

 - [PUT /v3/REST/myprofile](https://dev.mailjet.com/openapi/openapi-mailjet/settings/put_v3_myprofile.md): Update your profile information - personal and organization settings.

## User List

 - [GET /v3/REST/user](https://dev.mailjet.com/openapi/openapi-mailjet/settings/get_v3_user.md): Get general information on your user settings and activity.

## Update User

 - [PUT /v3/REST/user](https://dev.mailjet.com/openapi/openapi-mailjet/settings/put_v3_user.md): Update the settings of your User ID - username, registered email, language and time zone settings.

