Creates and returns a new api key, invalidating the previous one.
POST
/v1/api-key
api-key
Creates and returns a new API key, invalidating the previous one. Your initial API key can be obtained through the Developer API Access menu in the Competier App (top right button in the home screen).
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.competier.net/v1/api-key'