For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://docs.ivfprovider.com/ivf-agency-ap-is/egg-donor/llms.txt. For full documentation content, see https://docs.ivfprovider.com/ivf-agency-ap-is/egg-donor/llms-full.txt.

# List

GET http://localhost:8000/api/egg-donors

Reference: https://docs.ivfprovider.com/ivf-agency-ap-is/egg-donor/list

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /api/egg-donors:
    get:
      operationId: list
      summary: List
      tags:
        - subpackage_eggDonor
      parameters:
        - name: per_page
          in: query
          required: false
          schema:
            type: integer
        - name: page
          in: query
          required: false
          schema:
            type: integer
        - name: search
          in: query
          required: false
          schema:
            type: string
        - name: Authorization
          in: header
          description: Bearer authentication
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Egg Donor_List_Response_200'
servers:
  - url: http://localhost:8000
components:
  schemas:
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserStatus:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
        class:
          type: string
        type:
          type: string
        translated_name:
          type: string
      required:
        - id
        - name
        - class
        - type
        - translated_name
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserStatus
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUser:
      type: object
      properties:
        id:
          type: integer
        agency_id:
          type: integer
        full_name:
          type: string
        first_name:
          type: string
        last_name:
          type: string
        middle_name:
          description: Any type
        email:
          type: string
          format: email
        unique_id:
          type: string
        stripe_customer_id:
          description: Any type
        is_premium:
          type: boolean
        ip_whitelist_enabled:
          type: boolean
        profile_percentage:
          type: integer
        reason:
          description: Any type
        profile_picture:
          description: Any type
        status_id:
          type: integer
        status:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserStatus
      required:
        - id
        - agency_id
        - full_name
        - first_name
        - last_name
        - email
        - unique_id
        - is_premium
        - ip_whitelist_enabled
        - profile_percentage
        - status_id
        - status
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUser
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileRace:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
        race_value:
          type: string
      required:
        - id
        - name
        - race_value
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileRace
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileHeight:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
      required:
        - id
        - name
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileHeight
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileWeight:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
      required:
        - id
        - name
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileWeight
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileBloodType:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
      required:
        - id
        - name
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileBloodType
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileEthnicity:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
      required:
        - id
        - name
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileEthnicity
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileEducationLevel:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
      required:
        - id
        - name
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileEducationLevel
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileReligion:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
      required:
        - id
        - name
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileReligion
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileMaritalStatus:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
      required:
        - id
        - name
      title: >-
        ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileMaritalStatus
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfile:
      type: object
      properties:
        user_id:
          type: integer
        mobile_phone:
          type: string
        mobile_phone_country:
          type: string
        home_phone:
          type: string
        home_phone_country:
          type: string
        description:
          type: string
        date_of_birth:
          type: string
          format: date
        birth_country_id:
          type: integer
        race_id:
          type: integer
        race:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileRace
        height_id:
          type: integer
        height:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileHeight
        weight_id:
          type: integer
        weight:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileWeight
        bmi:
          type: string
        blood_type_id:
          type: integer
        blood_type:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileBloodType
        ethnicity_id:
          type: integer
        ethnicity:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileEthnicity
        education_level_id:
          type: integer
        education_level:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileEducationLevel
        religion_id:
          type: integer
        religion:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileReligion
        marital_status_id:
          type: integer
        marital_status:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfileMaritalStatus
        occupation:
          type: string
        language_id:
          type: integer
        other_languages:
          type: string
        english_fluency:
          type: string
        donor_type_id:
          type: integer
        citizenship:
          type: string
        eye_color_id:
          type: integer
        eye_wear_id:
          type: integer
        eye_size_id:
          type: integer
        hair_color_id:
          type: integer
        hair_type_id:
          type: integer
        hair_texture_id:
          type: integer
        skin_tone_id:
          type: integer
        skin_condition_id:
          type: integer
        nose_size_id:
          type: integer
        freckles_id:
          type: integer
        vision:
          type: string
        teeth_condition:
          type: string
        orthodontic_appliances:
          type: string
        predominantly:
          type: string
        distinguishing_characteristics:
          type: string
        hearing_impairments:
          type: string
        zodiac_sign_id:
          description: Any type
        other_mixed:
          type: string
        childhood:
          type: string
        genetic_screening:
          type: string
        skin_complexion_id:
          type: integer
        contact_lenses:
          type: string
        predominant_hand:
          type: string
        birthmarks:
          type: string
        have_children:
          type: string
        hearing_problems:
          type: string
        ever_egg_donor:
          type: string
        physical_build_id:
          type: integer
        desirable_qualities:
          type: string
        additional_info:
          type: string
        compensation:
          type: string
      required:
        - user_id
        - mobile_phone
        - mobile_phone_country
        - home_phone
        - home_phone_country
        - description
        - date_of_birth
        - birth_country_id
        - race_id
        - race
        - height_id
        - height
        - weight_id
        - weight
        - bmi
        - blood_type_id
        - blood_type
        - ethnicity_id
        - ethnicity
        - education_level_id
        - education_level
        - religion_id
        - religion
        - marital_status_id
        - marital_status
        - occupation
        - language_id
        - other_languages
        - english_fluency
        - donor_type_id
        - citizenship
        - eye_color_id
        - eye_wear_id
        - eye_size_id
        - hair_color_id
        - hair_type_id
        - hair_texture_id
        - skin_tone_id
        - skin_condition_id
        - nose_size_id
        - freckles_id
        - vision
        - teeth_condition
        - orthodontic_appliances
        - predominantly
        - distinguishing_characteristics
        - hearing_impairments
        - other_mixed
        - childhood
        - genetic_screening
        - skin_complexion_id
        - contact_lenses
        - predominant_hand
        - birthmarks
        - have_children
        - hearing_problems
        - ever_egg_donor
        - physical_build_id
        - desirable_qualities
        - additional_info
        - compensation
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfile
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsAgency:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
        email:
          type: string
          format: email
        mobile_phone:
          type: string
        mobile_phone_country:
          type: string
      required:
        - id
        - name
        - email
        - mobile_phone
        - mobile_phone_country
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsAgency
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsAddress:
      type: object
      properties:
        street_address:
          type: string
        residence:
          type: string
        country_id:
          type: integer
        state_id:
          type: integer
        city:
          type: string
        zip_code:
          type: string
      required:
        - street_address
        - residence
        - country_id
        - state_id
        - city
        - zip_code
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsAddress
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItems:
      type: object
      properties:
        user:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUser
        user_profile:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsUserProfile
        agency:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsAgency
        address:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItemsAddress
      required:
        - user
        - user_profile
        - agency
        - address
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItems
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaLinks:
      type: object
      properties:
        first:
          type: string
          format: uri
        last:
          type: string
          format: uri
        prev:
          description: Any type
        next:
          description: Any type
      required:
        - first
        - last
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaLinks
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaMetaLinksItems:
      type: object
      properties:
        url:
          description: Any type
        label:
          type: string
        active:
          type: boolean
      required:
        - label
        - active
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaMetaLinksItems
    ApiEggDonorsGetResponsesContentApplicationJsonSchemaMeta:
      type: object
      properties:
        current_page:
          type: integer
        from:
          type: integer
        last_page:
          type: integer
        links:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaMetaLinksItems
        path:
          type: string
          format: uri
        per_page:
          type: integer
        to:
          type: integer
        total:
          type: integer
      required:
        - current_page
        - from
        - last_page
        - links
        - path
        - per_page
        - to
        - total
      title: ApiEggDonorsGetResponsesContentApplicationJsonSchemaMeta
    Egg Donor_List_Response_200:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaDataItems
        links:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaLinks
        meta:
          $ref: >-
            #/components/schemas/ApiEggDonorsGetResponsesContentApplicationJsonSchemaMeta
      required:
        - data
        - links
        - meta
      title: Egg Donor_List_Response_200
  securitySchemes:
    oauth2Auth:
      type: http
      scheme: bearer

```

## SDK Code Examples

```python Egg Donor_List_example
import requests

url = "http://localhost:8000/api/egg-donors"

querystring = {"per_page":"10","page":"1","search":""}

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())
```

```javascript Egg Donor_List_example
const url = 'http://localhost:8000/api/egg-donors?per_page=10&page=1&search=';
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Egg Donor_List_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "http://localhost:8000/api/egg-donors?per_page=10&page=1&search="

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "Bearer <token>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Egg Donor_List_example
require 'uri'
require 'net/http'

url = URI("http://localhost:8000/api/egg-donors?per_page=10&page=1&search=")

http = Net::HTTP.new(url.host, url.port)

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
```

```java Egg Donor_List_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("http://localhost:8000/api/egg-donors?per_page=10&page=1&search=")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php Egg Donor_List_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'http://localhost:8000/api/egg-donors?per_page=10&page=1&search=', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

echo $response->getBody();
```

```csharp Egg Donor_List_example
using RestSharp;

var client = new RestClient("http://localhost:8000/api/egg-donors?per_page=10&page=1&search=");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift Egg Donor_List_example
import Foundation

let headers = ["Authorization": "Bearer <token>"]

let request = NSMutableURLRequest(url: NSURL(string: "http://localhost:8000/api/egg-donors?per_page=10&page=1&search=")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```