GeoMap Public API - account (1.0.0)

Introduction

Documentation of the GeoMap API.

Changelog

API version 1.0.0

  • first release

Account

Information about the API account and its usage.

Current Balance

This endpoint provides the accounts current amount of credits in EUR.

Authorizations:
BearerAuth

Responses

Response samples

Content type
application/json
{
  • "amountEuroNetto": 12.34
}

Recharge balance

Request for adding the desired amount in EUR to the api balance.

You will then receive an e-mail with an invoice for the corresponding amount. After payment, the amount will be added to your balance.

Note: Only 1 active recharge is possible. Another request for a recharge will result in an error.

Authorizations:
BearerAuth
Request Body schema: application/json
amountEuroNetto
required
integer <int32> [ 300 .. 100000 ]

Amount in EUR

Responses

Request samples

Content type
application/json
{
  • "amountEuroNetto": 450
}

Response samples

Content type
application/json
{
  • "timestamp": "2019-03-05T16:00:44.997+0000",
  • "status": 400,
  • "error": "Bad Request",
  • "message": "Error description",
  • "path": "/path/to/endpoint"
}