Create Store Login URL
Authentication
Path parameters
Request
Note that you do not need /manage/ for your URLs. You only need the path after /manage/ that you would like the user directed to.
Note that you do not need /manage/ for your URLs. You only need the path after /manage/ that you would like the user directed to.
POST /stores/{store_id}/login-url allows you to create a one-time login URL to redirect a merchant to their store control panel. You need to use a form to send a POST request and redirect the merchant’s browser to the action URL because most browsers only support GET requests in the address bar.
One-time login URLs support deep linking.
You can have multiple active sessions for a singular user as long each is session is created through unique login URLs. This is important you are using a single login such as customerservice@partner.com to access merchants’ stores.
An OAuth token generated from the franchise API account.
To authenticate, generate an OAuth Token (if you donʼt have one or itʼs expired):
Response:
After you generate an OAuth token, use the client_id and oauth_token to authenticate all other API requests:
Response: