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

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

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...