/
Create a session with use...
Creates a session with a specified username and password.
Security
PublishableApiKey
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/storefront/login
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/storefront/login
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/storefront/login
curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/storefront/login \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"username": "string",
"password": "string"
}'Logged into account.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "id": "jwt_0YV7DEJX80CDRAKVTV478ZNJDR", "token": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "expiredTime": "2019-08-24T14:15:22Z" }