test

WPGetAPI, Debug Mode - Plugin Version 1.8.4

Below you will find debug info for the current API call. To turn this off, set debug to false in your shortcode or template tag.
Connecting to API's can be tricky - if you require help, please see the Documentation.

Full URL

The full URL that is being called.

https://api-v2.lynk-one.io/api/auth/login
Data Output

The resulting output that has been returned from the API.

{"data":null,"message":"Login user not found, please check your email and password","statusCode":401}
Query String

The query string parameters (if any) that you have set within the endpoint settings.

Array
(
)
Headers

The header parameters (if any) that you have set within the endpoint settings.

Array
(
)
Body

The body parameters (if any) that you have set within the endpoint settings.

Array
(
    [email] => api@auril
    [password] => m8zzMV2j
)
Final Request Arguments

The final request arguments sent in the API request. Includes headers and body arguments.

Array
(
    [timeout] => 10
    [sslverify] => 1
    [redirection] => 5
    [blocking] => 1
    [cookies] => Array
        (
        )

    [headers] => Array
        (
        )

    [body] => Array
        (
            [email] => api@auril
            [password] => m8zzMV2j
        )

    [method] => POST
)
Arguments

The arguments set within your shortcode or template tag.

Array
(
    [debug] => true
    [endpoint_variables] => Array
        (
        )

    [query_variables] => Array
        (
        )

    [format] => 
    [html_tag] => div
    [html_labels] => false
    [html_url] => 
    [html_to_link] => 
    [img_key] => 
    [img_prepend] => 
    [shortcode] => 1
    [on] => 
    [button_text] => 
    [hide_button] => 
    [button_spinner] => 
)
Response

The full response from the API request.

Array
(
    [headers] => Requests_Utility_CaseInsensitiveDictionary Object
        (
            [data:protected] => Array
                (
                    [server] => nginx/1.18.0 (Ubuntu)
                    [date] => Tue, 26 Sep 2023 11:48:15 GMT
                    [content-type] => application/json; charset=utf-8
                    [content-length] => 101
                    [x-powered-by] => Express
                    [access-control-allow-origin] => *
                    [etag] => W/"65-c0tl4W5X8Sv7iG9EImVgDB4UuUs"
                )

        )

    [body] => {"data":null,"message":"Login user not found, please check your email and password","statusCode":401}
    [response] => Array
        (
            [code] => 201
            [message] => Created
        )

    [cookies] => Array
        (
        )

    [filename] => 
    [http_response] => WP_HTTP_Requests_Response Object
        (
            [response:protected] => Requests_Response Object
                (
                    [body] => {"data":null,"message":"Login user not found, please check your email and password","statusCode":401}
                    [raw] => HTTP/1.1 201 Created
Server: nginx/1.18.0 (Ubuntu)
Date: Tue, 26 Sep 2023 11:48:15 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 101
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
ETag: W/"65-c0tl4W5X8Sv7iG9EImVgDB4UuUs"

{"data":null,"message":"Login user not found, please check your email and password","statusCode":401}
                    [headers] => Requests_Response_Headers Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => Array
                                        (
                                            [0] => nginx/1.18.0 (Ubuntu)
                                        )

                                    [date] => Array
                                        (
                                            [0] => Tue, 26 Sep 2023 11:48:15 GMT
                                        )

                                    [content-type] => Array
                                        (
                                            [0] => application/json; charset=utf-8
                                        )

                                    [content-length] => Array
                                        (
                                            [0] => 101
                                        )

                                    [x-powered-by] => Array
                                        (
                                            [0] => Express
                                        )

                                    [access-control-allow-origin] => Array
                                        (
                                            [0] => *
                                        )

                                    [etag] => Array
                                        (
                                            [0] => W/"65-c0tl4W5X8Sv7iG9EImVgDB4UuUs"
                                        )

                                )

                        )

                    [status_code] => 201
                    [protocol_version] => 1.1
                    [success] => 1
                    [redirects] => 0
                    [url] => https://api-v2.lynk-one.io/api/auth/login
                    [history] => Array
                        (
                        )

                    [cookies] => Requests_Cookie_Jar Object
                        (
                            [cookies:protected] => Array
                                (
                                )

                        )

                )

            [filename:protected] => 
            [data] => 
            [headers] => 
            [status] => 
        )

)

Login

Register