Jump to content
Froxlor Forum
  • 0

How to generate API Key and Secret


phpfarmer

Question

Is there anyone who can tell me HOW TO GENERATE the API Key and Secret so that I can use the REST API, I am using the admin account but nowhere I found the api key create feature.

$request = [
      'header' => [
          'apikey' => 'dein-key',
          'secret' => 'dein-secret'
      ],
      'body' => [
          'command' => 'Customers.add',
		  'params' => $data
      ]
  ];

Thanks in advance

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0
12 minutes ago, phpfarmer said:

In settings I don\t see any option to Enable API :(

image.thumb.png.2a4f3541679d7d2bfbf934f69e488fd1.png

Well these are the settings categories....hit settings at the right side of these to see the corresponding settings..."enable API" is under system settings.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...