Authentication

Authentication

  • HTTP Authentication, scheme: Bearer

The MassPay API uses API keys to allow access to the API. You can register a new MassPay API key at our developer portal.

Do not share your secret API keys in publicly accessible areas such as GitHub, BitBucket, Open Source projects or client scripts.

MassPay API expects for the API key to be included in all API requests to the server in a header that looks like the following:

Authorization: Bearer API_KEY

📘

You must replace API_KEY with your personal API key.