Skip to main content

Permissions

GET 

/permissions

Returns whether or not the user is allowed to create shifts on SideShift.ai. Learn more.

info

SideShift.ai does not allow proxying user requests. This means that the user should either directly interact with the SideShift.ai REST API, or if the API requests are sent from the integration's own server, the x-user-ip header must be set to the end-user IP address.

Request

Header Parameters

    x-user-ip string

    end-user IP address for integrations API requests

Responses

OK
Schema
    createShift booleanrequired
Loading...