all-about-apikey/improvmx
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

ImprovMX

Description

API for free email forwarding service

Example Request

  • Curl
curl "https://api.improvmx.com/v3/account" -u ":{{token}}" -L
  • Raw
GET /v3/account HTTP/1.1
Authorization: Basic IDp7e3Rva2VufX0=
Host: api.improvmx.com

Response

  • Success
{
    "account":{
        "billing_email":null,
        "cancels_on":null,
        "card_brand":null,
        "company_details":null,
        "company_name":"test",
        "company_vat":null,
        "country":null,
        "created":1111111111,
        "email":"xxxxxxxxx@gmail.com",
        ...
    }
}
  • Error
{
    "code":401,
    "error":"401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.",
    "success":false
}

Regex

sk_[a-z0-9]{32}

Example API key

sk_bb1aa18d0eeea0fc7ggg799h3i9578j