We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To use token authentication, enable the optional RESTful token authentication module.
Configuration options are available in your Drupal site at admin/config/services/restful/token-auth.
admin/config/services/restful/token-auth
api/login-token
Either a session cookie received from a call to api/v1.0/login or with the Drupal user's username and password via HTTP Basic Auth.
Sample JSON response:
{ "access_token": "hlckU4t-xTARYuS7RJl8-jkEguSQvaGkracOeY0kL0Q", "type": "Bearer", "expires_in": 85671, "refresh_token": "slnkR0qLCwO9KuGtL_BrRWyMtovEorYjYpWNGymENwk" }