# Get links for social auth Gets links for authentication via the social networks enabled in your Login project > General settings > Social Networks section of Publisher Account. The links are valid for 10 minutes. You can get the link by this call and add it to your button for authentication via the social network. Endpoint: GET /users/me/login_urls Version: v1 Security: Bearer ## Query parameters: - `locale` (string) Region in the _ format, where: * language code: language code in the ISO 639-1 format; * country code: country/region code in the ISO 3166-1 alpha-2 format. The list of the links will be sorted from most to least used social networks, according to the variable value. ## Response 200 fields (application/json): - `auth_url` (string, required) Link for authentication via the social network. - `provider` (string, required) Name of the social network. ## Response 400 fields (application/json): - `error` (object, required) - `error.code` (string, required) Error code. Example: "003-061" - `error.description` (string, required) Error description. Example: "Object not found." - `error.details` (object) Additional information. ## Response 401 fields (application/json): - `error` (object, required) - `error.code` (string, required) Error code. Example: "003-061" - `error.description` (string, required) Error description. Example: "Object not found." - `error.details` (object) Additional information. ## Response 403 fields (application/json): - `error` (object, required) - `error.code` (string, required) Error code. Example: "003-061" - `error.description` (string, required) Error description. Example: "Object not found." - `error.details` (object) Additional information.